Skip to content

Commit 4a53747

Browse files
committed
🐞 fix: dickseek你也不行啊...
1 parent 9fd2792 commit 4a53747

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,7 @@ jobs:
2727
2828
- name: Build with PyInstaller
2929
run: |
30-
pyinstaller --onefile --clean --windowed \
31-
--name=StudentMainKiller_Re \
32-
--icon=icon.ico \
33-
--uac-admin \
34-
StudentMainKiller_Re.py
30+
pyinstaller --onefile --clean --windowed --name=StudentMainKiller_Re --icon=icon.ico --uac-admin StudentMainKiller_Re.py
3531
3632
- name: Zip the Build
3733
run: |

0 commit comments

Comments
 (0)