Skip to content

Commit b9867c4

Browse files
authored
Update build.yml
1 parent 11605d3 commit b9867c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
3131
- name: Build with PyInstaller
3232
run: |
33-
pyinstaller --onefile --windowed "android.py"
34-
pyinstaller --onefile --windowed "web.py"
33+
pyinstaller --onefile --windowed --icon=icon.ico "android.py"
34+
pyinstaller --onefile --windowed --icon=icon.ico "web.py"
3535
3636
- name: Upload build artifact
3737
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)