Skip to content

Commit f223fec

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-exe.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ jobs:
2727
with:
2828
nuitka-version: main
2929
script-name: PICA_Launcher_V4.py
30-
# --- CORRECTED SYNTAX BELOW ---
31-
standalone: "yes"
32-
onefile: "yes"
30+
# --- CORRECTED FLAGS BELOW ---
31+
onefile: "yes" # This implies standalone
3332
windows-disable-console: "yes"
3433
windows-icon-from-ico: _assets/LOGO/UGC_DAE_CSR.ico
3534
include-data-dir: |
@@ -47,6 +46,7 @@ jobs:
4746
uses: svenstaro/upload-release-action@v2
4847
with:
4948
repo_token: ${{ secrets.GITHUB_TOKEN }}
49+
# Nuitka onefile build places the .exe directly in the `build` folder
5050
file: build/PICA_Launcher_V4.exe
5151
asset_name: PICA_Launcher-Windows-${{ github.ref_name }}.exe
5252
tag: ${{ github.ref }}

0 commit comments

Comments
 (0)