1
0

chore: add Inno Setup script for packing.
Some checks failed
Windows CI / msvc-cmake-build (win64_msvc2022_64, x64, 6.9.0, 2022) (push) Has been cancelled

- Add Inno Setup script for packing PPIC on Windows.
- Modify workflow file to use this script file to generate setup program on Windows.
This commit is contained in:
2024-10-12 14:51:47 +08:00
parent df5debb962
commit eeaf2210d2
3 changed files with 203 additions and 2 deletions

View File

@@ -130,8 +130,11 @@ jobs:
robocopy ./dependencies_bin/bin build/bin *.dll
if ErrorLevel 8 (exit /B 1)
copy LICENSE build\bin
copy build\dist\ppic.iss build\bin\ppic.iss
iscc /Q build\bin\ppic.iss
if not ErrorLevel 0 (exit /B 1)
exit /B 0
- uses: actions/upload-artifact@v4
with:
name: "windows-msvc${{ matrix.vs }}-qt${{ matrix.qt_ver }}-cmake-package"
path: build/bin/*
name: "ppic-windows-msvc${{ matrix.vs }}-qt${{ matrix.qt_ver }}-cmake-setup"
path: build/bin/ppic-setup.exe