|
@@ -29,7 +29,7 @@ upload_file
|
|
|
|
|
|
|
|
pyinstaller --onefile --noconsole --windowed --icon=../icon.ico init_wps_plug.py
|
|
pyinstaller --onefile --noconsole --windowed --icon=../icon.ico init_wps_plug.py
|
|
|
|
|
|
|
|
-pyinstaller --noconsole --windowed --add-data "static:static" --icon=icon.ico office_helper.py
|
|
|
|
|
|
|
+pyinstaller --noconsole --windowed --add-data "static:static" --icon=icon.png office_helper.py
|
|
|
|
|
|
|
|
|
|
|
|
|
pyinstaller --onefile --noconsole --windowed --add-data "icon.ico;." --icon=icon.ico upload_file.py
|
|
pyinstaller --onefile --noconsole --windowed --add-data "icon.ico;." --icon=icon.ico upload_file.py
|