Skip to content

Commit

Permalink
chore(Makefile): add missing headless option
Browse files Browse the repository at this point in the history
  • Loading branch information
florianvazelle committed Aug 7, 2023
1 parent b43ab15 commit 4171865
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/actions/export-game/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ runs:
- name: Import Assets
shell: bash
run: |
sed -i 's/preload(.*svg")/null/g' ./addons/proton_scatter/plugin.gd
timeout 60 godot --editor --headless || true
- name: Build ${{ inputs.preset }}
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export_release_linux:

export_release_windows:
mkdir -p .mkflower/build/windows
.mkflower/bin/${GODOT_FILENAME} --export-release "Windows Desktop" .mkflower/build/windows/${GAME_NAME}.exe
.mkflower/bin/${GODOT_FILENAME} --export-release "Windows Desktop" --headless .mkflower/build/windows/${GAME_NAME}.exe
(cd .mkflower/build/windows && zip ${GAME_NAME}-windows-v${GAME_VERSION}.zip -r .)
mv .mkflower/build/windows/${GAME_NAME}-windows-v${GAME_VERSION}.zip .mkflower/build/${GAME_NAME}-windows-v${GAME_VERSION}.zip

Expand Down

0 comments on commit 4171865

Please sign in to comment.