Skip to content

Commit

Permalink
[CI] windows: generate installer with InnoSetup
Browse files Browse the repository at this point in the history
  • Loading branch information
kambala-decapitator committed Feb 24, 2024
1 parent b0c0b5c commit edb298e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- os: windows-latest
platform: windows-msvc
preset: release-msvc
artifact: '*.Win32.exe'
useQtAction: true
steps:
- name: Checkout
Expand Down Expand Up @@ -66,3 +67,4 @@ jobs:
with:
path: build/${{ matrix.artifact }}
name: ${{ matrix.platform }}
compression-level: 0
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ set(CPACK_PACKAGE_NAME "${projectDisplayName}")
set(CPACK_PACKAGE_VENDOR "LibreELEC")
if(WIN32)
set(CPACK_PACKAGE_FILE_NAME "LibreELEC.USB-SD.Creator.Win32")
set(CPACK_GENERATOR INNOSETUP)
elseif(APPLE)
set(CPACK_PACKAGE_FILE_NAME "LibreELEC.USB-SD.Creator.macOS")

Expand Down

0 comments on commit edb298e

Please sign in to comment.