File: build_windows_installer.cmd

package info (click to toggle)
displaycal-py3 3.9.17-2
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 29,124 kB
  • sloc: python: 115,810; javascript: 11,545; xml: 598; sh: 257; makefile: 173
file content (9 lines) | stat: -rw-r--r-- 530 bytes parent folder | download
1
2
3
4
5
6
7
8
9
rmdir /s /q dist
%LOCALAPPDATA%\Programs\Python\Python311\python.exe -m pip uninstall -y displaycal
%LOCALAPPDATA%\Programs\Python\Python311\python.exe -m build
%LOCALAPPDATA%\Programs\Python\Python311\python.exe -m pip install --upgrade dist\displaycal-3.9.16-py3-none-any.whl
%LOCALAPPDATA%\Programs\Python\Python311\python.exe DisplayCAL\freeze.py
%LOCALAPPDATA%\Programs\Python\Python311\python.exe setup.py inno
cd dist
"C:\Program Files (x86)\Inno Setup 6\ISCC.exe" DisplayCAL-Setup-py2exe.win-amd64-py3.11.iss
cd ..