Skip to content

Commit 143a2a4

Browse files
committed
test using --window option for MacOS .app
1 parent 33c08d9 commit 143a2a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/installer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ jobs:
127127
- name: Build executable with PyInstaller
128128
shell: bash
129129
run: |
130-
poetry run pyinstaller --clean -y --windowed output/saenopy_run --add-data "saenopy/img:saenopy/img" saenopy/gui/gui_master.py
130+
poetry run pyinstaller --clean -y --dist output/saenopy_run --windowed --add-data "saenopy/img:saenopy/img" saenopy/gui/gui_master.py
131131
mv output/saenopy_run/gui_master output/saenopy_run/saenopy_mac.app
132-
132+
133133
- uses: actions/upload-artifact@v4
134134
with:
135135
name: saenopy_mac

0 commit comments

Comments
 (0)