上传打包完成的exe

This commit is contained in:
chenxudong 2025-06-05 09:40:21 +08:00
parent 279ce08280
commit 05ed347766
4 changed files with 5 additions and 1 deletions

3
.gitignore vendored
View File

@ -1 +1,4 @@
.idea/ .idea/
install.spec
start.spec
build/

BIN
dist/install.exe vendored Normal file

Binary file not shown.

BIN
dist/start.exe vendored Normal file

Binary file not shown.

View File

@ -3,7 +3,7 @@ import sys
import zipfile import zipfile
import subprocess import subprocess
import loguru import loguru
# from loguru import logger import elevate
import shutil import shutil
import psutil import psutil
@ -114,4 +114,5 @@ def start_install():
set_java_env() set_java_env()
if __name__ == '__main__': if __name__ == '__main__':
elevate.elevate()
start_install() start_install()