We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fd2792 commit 4a53747Copy full SHA for 4a53747
.github/workflows/release.yml
@@ -27,11 +27,7 @@ jobs:
27
28
- name: Build with PyInstaller
29
run: |
30
- pyinstaller --onefile --clean --windowed \
31
- --name=StudentMainKiller_Re \
32
- --icon=icon.ico \
33
- --uac-admin \
34
- StudentMainKiller_Re.py
+ pyinstaller --onefile --clean --windowed --name=StudentMainKiller_Re --icon=icon.ico --uac-admin StudentMainKiller_Re.py
35
36
- name: Zip the Build
37
0 commit comments