We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11605d3 commit b9867c4Copy full SHA for b9867c4
.github/workflows/build.yml
@@ -30,8 +30,8 @@ jobs:
30
31
- name: Build with PyInstaller
32
run: |
33
- pyinstaller --onefile --windowed "android.py"
34
- pyinstaller --onefile --windowed "web.py"
+ pyinstaller --onefile --windowed --icon=icon.ico "android.py"
+ pyinstaller --onefile --windowed --icon=icon.ico "web.py"
35
36
- name: Upload build artifact
37
uses: actions/upload-artifact@v4
0 commit comments