-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path4_distrib.cmd
13 lines (8 loc) · 878 Bytes
/
4_distrib.cmd
1
2
3
4
5
6
7
8
9
10
11
12
13
call workon oPB
%USERPROFILE%\Envs\oPB\Scripts\pyinstaller --noconfirm --version-file version.txt pyinstaller-windows.spec
copy dist\helpviewer\helpviewer.exe dist\opsipackagebuilder
copy dist\helpviewer\helpviewer.exe.manifest dist\opsipackagebuilder
rmdir /s /q dist\helpviewer
if exist verpatch\verpatch.exe verpatch\verpatch dist\opsipackagebuilder\opsipackagebuilder.exe 8.5.0.0 /pv 8.5.0.0 /va /s description "opsi Package Building Tool" /s company "hp" /s copyright "(c) 2018" /s product "opsi PackageBuilder"
if exist verpatch\verpatch.exe verpatch\verpatch dist\opsipackagebuilder\helpviewer.exe 8.5.0.0 /pv 8.5.0.0 /va /s description "Help viewer for opsi Package Building Tool" /s company "hp" /s copyright "(c) 2018" /s product "Helpviewer"
if exist "C:\Program Files (x86)\Inno Setup 5\iscc.exe" "C:\Program Files (x86)\Inno Setup 5\iscc.exe" opb+scripted.iss