From 83bdd08b024d634706ec7fafd19cdfae8d760363 Mon Sep 17 00:00:00 2001 From: Igor Khanin Date: Sat, 4 Jan 2025 00:26:35 +0200 Subject: [PATCH] Bump versions --- .github/workflows/release.yml | 6 +++--- assets/installer.nsi | 2 ++ typstdriver/CMakeLists.txt | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 76d104f..2bf92fd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,7 +63,7 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@v4 with: - version: 6.7.3 + version: 6.8.1 arch: linux_gcc_64 cache: true @@ -122,7 +122,7 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@v4 with: - version: 6.7.3 + version: 6.8.1 cache: true - name: Setup vcpkg @@ -179,7 +179,7 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@v4 with: - version: 6.7.3 + version: 6.8.1 cache: true - name: Setup vcpkg diff --git a/assets/installer.nsi b/assets/installer.nsi index f11f95e..dd00c43 100644 --- a/assets/installer.nsi +++ b/assets/installer.nsi @@ -11,6 +11,8 @@ InstallDirRegKey HKLM "Software\Katvan" "" OutFile "${OUTFILE}" ShowInstDetails show +SetCompressor /SOLID lzma + !getdllversion "katvan.exe" katvanver_ !define VERSION "${katvanver_1}.${katvanver_2}.${katvanver_3}" diff --git a/typstdriver/CMakeLists.txt b/typstdriver/CMakeLists.txt index bebc85e..4a60736 100644 --- a/typstdriver/CMakeLists.txt +++ b/typstdriver/CMakeLists.txt @@ -24,7 +24,7 @@ if(NOT Corrosion_FOUND) FetchContent_Declare( Corrosion GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git - GIT_TAG v0.5 + GIT_TAG v0.5.1 ) FetchContent_MakeAvailable(Corrosion)