From 285f9ff9f1abad7da221752310c5ef1fb0fcd44e Mon Sep 17 00:00:00 2001 From: Subhamoy Biswas Date: Wed, 30 Oct 2024 14:15:17 +0530 Subject: [PATCH] (ci/cd): ci test4 --- .github/workflows/release.yml | 4 ++-- src-tauri/installer/windows/nsis-template.nsi | 2 +- src-tauri/tauri.windows.conf.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3d01705..c14c51e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: args: '--target aarch64-apple-darwin' - platform: 'macos-latest' args: '--target x86_64-apple-darwin' - - platform: 'ubuntu-20.04' + - platform: 'ubuntu-22.04' args: '' - platform: 'windows-latest' args: '' @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v4 - name: install dependencies - if: matrix.platform == 'ubuntu-20.04' + if: matrix.platform == 'ubuntu-22.04' run: | sudo apt-get update sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf diff --git a/src-tauri/installer/windows/nsis-template.nsi b/src-tauri/installer/windows/nsis-template.nsi index 3564f9d..73c86c4 100644 --- a/src-tauri/installer/windows/nsis-template.nsi +++ b/src-tauri/installer/windows/nsis-template.nsi @@ -22,7 +22,7 @@ ${StrLoc} !define VERSIONWITHBUILD "0.2.0.0" !define SHORTDESCRIPTION "PytubePP Helper" !define INSTALLMODE "currentUser" -!define LICENSE "..\..\..\..\..\..\LICENSE" +!define LICENSE "..\..\..\..\..\LICENSE" !define INSTALLERICON "" !define SIDEBARIMAGE "" !define HEADERIMAGE "" diff --git a/src-tauri/tauri.windows.conf.json b/src-tauri/tauri.windows.conf.json index 25aea6a..49524b6 100644 --- a/src-tauri/tauri.windows.conf.json +++ b/src-tauri/tauri.windows.conf.json @@ -126,7 +126,7 @@ "wix": { "fragmentPaths": ["installer/windows/wix-fragment-registry.wxs"], "componentRefs": ["PytubeppHelperFragmentRegistryEntries"], - "license": "../../LICENSE" + "license": "../LICENSE" }, "nsis": { "template": "installer/windows/nsis-template.nsi"