diff --git a/.github/workflows/tauri_app_build.yml b/.github/workflows/tauri_app_build.yml index a0e0b52d..679f211b 100644 --- a/.github/workflows/tauri_app_build.yml +++ b/.github/workflows/tauri_app_build.yml @@ -171,7 +171,7 @@ jobs: vue/src-tauri/target/release/bundle/nsis/Infinite Image Browsing_${{ env.VERSION }}_x64-setup-pyinstaller.exe release: - needs: [build, build-by-pyinstaller] + needs: [build-by-pyinstaller] runs-on: ubuntu-latest permissions: diff --git a/vue/src-tauri/tauri.conf.json b/vue/src-tauri/tauri.conf.json index 052b553d..1b5cda04 100644 --- a/vue/src-tauri/tauri.conf.json +++ b/vue/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "Infinite Image Browsing", - "version": "0.16.0" + "version": "0.17.0" }, "tauri": { "allowlist": {