From 0ff391a0736399e95debfc96ef1d1d2100381c07 Mon Sep 17 00:00:00 2001 From: AHQ Miness Date: Fri, 6 Sep 2024 15:20:56 +0530 Subject: [PATCH] v1.3.2 --- .ahqstore/config.json | 8 ++++---- electron/package.json | 2 +- tauri/package.json | 2 +- tauri/src-tauri/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.ahqstore/config.json b/.ahqstore/config.json index efab6d0..3dc92db 100644 --- a/.ahqstore/config.json +++ b/.ahqstore/config.json @@ -10,9 +10,9 @@ "repo": "sample-app" }, "platform": { - "winAmd64Platform": null, + "winAmd64Platform": "WindowsZip", "winArm64Platform": null, - "linuxAmd64Platform": null, + "linuxAmd64Platform": "LinuxAppImage", "linuxArm64Platform": null, "linuxArm32Platform": null, "androidUniversal": null, @@ -27,7 +27,7 @@ }, "finder": { "windowsAmd64Finder": { - "startsWith": "electron", + "startsWith": "electron-", "endsWith": "-win.zip" }, "windowsArm64Finder": null, @@ -72,7 +72,7 @@ }, "finder": { "windowsAmd64Finder": { - "startsWith": "Tauri", + "startsWith": "Sample.Tauri", "endsWith": ".msi" }, "windowsArm64Finder": null, diff --git a/electron/package.json b/electron/package.json index eb7b754..5229f22 100644 --- a/electron/package.json +++ b/electron/package.json @@ -4,7 +4,7 @@ "main": "main.cjs", "description": "AHQ Store Electron Project", "author": "AHQ Store Developers", - "version": "1.3.1", + "version": "1.3.2", "type": "module", "homepage": "https://ahqstore.github.io", "scripts": { diff --git a/tauri/package.json b/tauri/package.json index 8888236..35ce356 100644 --- a/tauri/package.json +++ b/tauri/package.json @@ -1,7 +1,7 @@ { "name": "ahq-store-sample-app", "private": true, - "version": "1.3.1", + "version": "1.3.2", "type": "module", "scripts": { "dev": "vite", diff --git a/tauri/src-tauri/Cargo.toml b/tauri/src-tauri/Cargo.toml index 7008206..44cb6f6 100644 --- a/tauri/src-tauri/Cargo.toml +++ b/tauri/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ahq-store-sample-app" -version = "1.3.1" +version = "1.3.2" description = "A Tauri App" authors = ["AHQ Store Developers"] license = "MIT"