Skip to content

Commit 7071c79

Browse files
committed
test using --window option for MacOS .app
1 parent b100c01 commit 7071c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/installer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
shell: bash
129129
run: |
130130
poetry run pyinstaller --clean -y --windowed --add-data "saenopy/img:saenopy/img" saenopy/gui/gui_master.py
131-
mv dist/gui_master.app output/saenopy_run/saenopy_mac.app
131+
mv output/saenopy_run/dist/gui_master.app output/saenopy_run/saenopy_mac.app
132132
133133
- uses: actions/upload-artifact@v4
134134
with:

0 commit comments

Comments
 (0)