上传打包完成的exe
This commit is contained in:
parent
279ce08280
commit
05ed347766
|
|
@ -1 +1,4 @@
|
|||
.idea/
|
||||
install.spec
|
||||
start.spec
|
||||
build/
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
|
|
@ -3,7 +3,7 @@ import sys
|
|||
import zipfile
|
||||
import subprocess
|
||||
import loguru
|
||||
# from loguru import logger
|
||||
import elevate
|
||||
import shutil
|
||||
import psutil
|
||||
|
||||
|
|
@ -114,4 +114,5 @@ def start_install():
|
|||
set_java_env()
|
||||
|
||||
if __name__ == '__main__':
|
||||
elevate.elevate()
|
||||
start_install()
|
||||
|
|
|
|||
Loading…
Reference in New Issue