Skip to content

Add alternative windowed mode screenshots code #8

Add alternative windowed mode screenshots code

Add alternative windowed mode screenshots code #8

Workflow file for this run

name: Build Release
on: [workflow_dispatch, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install mingw64-i686 g++
run: sudo apt install g++-mingw-w64-i686
- name: Compile
run: ./build_linux.sh
- name: Archive artifacts
uses: actions/upload-artifact@v4
with:
name: flplusplus.dll
path: out/flplusplus.dll