af04bd07 by shady

图标提交

1 parent 338a41b6
...@@ -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
......