Explorar el Código

完成人工定时

derrickx hace 1 año
padre
commit
3eb0e6d7ca
Se han modificado 2 ficheros con 1 adiciones y 0 borrados
  1. 0 0
      Redis-x64-5.0.14.1.msi
  2. 1 0
      build_exe.py

+ 0 - 0
tools/Redis-x64-5.0.14.1.msi → Redis-x64-5.0.14.1.msi


+ 1 - 0
build_exe.py

@@ -12,4 +12,5 @@ PyInstaller.__main__.run([
     '--debug=all',  # 生成调试信息
     '--hidden-import=tkinter',  # 显式指定需要包含的模块
     '--add-data=icon.ico:.',  # 添加图标文件
+    '--add-data=config.yaml;.',
 ])