Skip to content

Commit 2e82088

Browse files
Update build-exe.yml
1 parent 0edef5f commit 2e82088

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/build-exe.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
with:
2828
nuitka-version: main
2929
script-name: PICA_Launcher_V4.py
30-
standalone: true
31-
onefile: true
32-
windows-disable-console: true
30+
# --- CORRECTED SYNTAX BELOW ---
31+
standalone: "yes"
32+
onefile: "yes"
33+
windows-disable-console: "yes"
3334
windows-icon-from-ico: _assets/LOGO/UGC_DAE_CSR.ico
34-
# Include all necessary data and script folders
3535
include-data-dir: |
3636
_assets
3737
Delta_mode
@@ -47,7 +47,6 @@ jobs:
4747
uses: svenstaro/upload-release-action@v2
4848
with:
4949
repo_token: ${{ secrets.GITHUB_TOKEN }}
50-
# Nuitka places the final .exe in the 'build' directory
5150
file: build/PICA_Launcher_V4.exe
5251
asset_name: PICA_Launcher-Windows-${{ github.ref_name }}.exe
5352
tag: ${{ github.ref }}

0 commit comments

Comments
 (0)