소스 검색

kelin update

dukuisong 2 주 전
부모
커밋
41a2dac52d
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      office_helper.spec
  2. 1 1
      readme.md

+ 1 - 1
office_helper.spec

@@ -32,7 +32,7 @@ exe = EXE(
     target_arch=None,
     codesign_identity=None,
     entitlements_file=None,
-    icon=['icon.ico'],
+    icon=['icon.png'],
 )
 coll = COLLECT(
     exe,

+ 1 - 1
readme.md

@@ -29,7 +29,7 @@ upload_file
 
 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