图标提交
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -31,7 +31,7 @@ echo Building executable... | ... | @@ -31,7 +31,7 @@ echo Building executable... |
| 31 | pyinstaller --name="ZB100ImageGenerator" ^ | 31 | pyinstaller --name="ZB100ImageGenerator" ^ |
| 32 | --onedir ^ | 32 | --onedir ^ |
| 33 | --windowed ^ | 33 | --windowed ^ |
| 34 | --icon=zb100_kehuan.ico ^ | 34 | --icon=zb100_windows.ico ^ |
| 35 | --add-data "config.json;." ^ | 35 | --add-data "config.json;." ^ |
| 36 | image_generator.py | 36 | image_generator.py |
| 37 | 37 | ... | ... |
-
Please register or sign in to post a comment