提交必要文件
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
@echo off
|
||||
setlocal
|
||||
cd /d "%~dp0"
|
||||
|
||||
if exist ".venv\Scripts\python.exe" (
|
||||
".venv\Scripts\python.exe" build_exe.py
|
||||
) else (
|
||||
py build_exe.py
|
||||
)
|
||||
|
||||
endlocal
|
||||
Reference in New Issue
Block a user