Explorar o código

ci: pyinstaller打包更新

web hai 1 ano
pai
achega
901de706a6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package.sh

+ 1 - 1
package.sh

@@ -11,7 +11,7 @@ build(){
     cd ${path} && mkdir -p ${path}/dist && rm -rf dist/*
     for i in ${pynameList}; do
         rm -rf ${i}.spec build __pycache__
-        pyinstaller -F ${i}.py
+        pyinstaller -F ${i}.py --runtime-tmpdir './'
         rm -rf ${i}.spec build __pycache__
     done
 }