diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1f9984e..74e2312 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,7 +51,7 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@v3 with: - version: 6.6.2 + version: 6.6.3 arch: win64_msvc2019_64 - name: Setup dev env uses: ilammy/msvc-dev-cmd@v1 @@ -59,8 +59,8 @@ jobs: arch: x64 - name: Install WiX run: | - dotnet tool install --global wix - wix extension -g add WixToolset.UI.wixext/4.0.4 + dotnet tool install -g wix --version 5.0.0 + wix extension -g add WixToolset.UI.wixext/5.0.0 - name: Build run: | cmake -S . -B build ` diff --git a/CMakeLists.txt b/CMakeLists.txt index fd2e404..b3712cf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,7 @@ cmake_minimum_required(VERSION 3.16) +if(NOT EXISTS ${CMAKE_SOURCE_DIR}/cmake/modules/VersionInfo.cmake) + message(FATAL_ERROR "cmake submodule directory empty, did you 'git clone --recursive'?") +endif() if(POLICY CMP0074) cmake_policy(SET CMP0074 NEW) endif() diff --git a/cmake b/cmake index da3cafb..32c52b0 160000 --- a/cmake +++ b/cmake @@ -1 +1 @@ -Subproject commit da3cafb0712eac8fbfddd7d37343016430b65b44 +Subproject commit 32c52b028eefce322fc5380dca2c834ce5a98d0c diff --git a/idupdater.wxs b/idupdater.wxs index b094d28..c43984a 100644 --- a/idupdater.wxs +++ b/idupdater.wxs @@ -20,7 +20,6 @@ xmlns:ui="http://wixtoolset.org/schemas/v4/wxs/ui"> - @@ -31,71 +30,49 @@ - - + + + Name="Installed" Value="[INSTALLFOLDER]" Type="string" /> + Name="Installed" Value="[INSTALLFOLDER]" Type="string" /> - - - - - + + + + + - - - - - - - - - - - - - + - - - - - - + + + + + + + + + + + + + - - - - + + - - - - + + - - - - + + - - - - - - - - - - -