打包前移除旧的编译打包文件
This commit is contained in:
parent
9e4fbad88e
commit
f6da0b85d0
9
打包.bat
9
打包.bat
@ -1,2 +1,9 @@
|
||||
rem call "%USERPROFILE%\.virtualenvs\FirmwareInstaller\Scripts\activate.bat"
|
||||
@REM rem call "%USERPROFILE%\.virtualenvs\FirmwareInstaller\Scripts\activate.bat"
|
||||
|
||||
DEL /F /A /Q Package\build
|
||||
RD /S /Q Package\build
|
||||
DEL /F /A /Q Package\dist
|
||||
RD /S /Q Package\dist
|
||||
|
||||
call "C:\Users\User\Desktop\FirmwareInstaller\FirmwareInstaller\venv\Scripts\activate.bat"
|
||||
@pyinstaller --workpath Package/build --distpath Package/dist -y Installer.spec
|
Loading…
x
Reference in New Issue
Block a user