Skip to content

Commit d30fa17

Browse files
Change PyInstaller script to use auto_gui_package.py
1 parent 67d915a commit d30fa17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
pyinstaller --noconsole --onefile --clean \
3131
--name "AutoGetCoin" \
3232
--add-data "cookie_guide.png:." \
33-
auto_tool_final_v9.py
33+
auto_gui_package.py
3434
3535
- name: Upload Artifact
3636
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)