From ddcceb1ef3a1d9bd9e9ba6a9b13506c455cd0d4f Mon Sep 17 00:00:00 2001 From: AHQ Miness Date: Tue, 12 Mar 2024 13:59:57 +0530 Subject: [PATCH] Fix Zip --- .ahqstore/config.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ahqstore/config.json b/.ahqstore/config.json index e8cd02a..e2b80cb 100644 --- a/.ahqstore/config.json +++ b/.ahqstore/config.json @@ -15,7 +15,7 @@ "linuxPlatform": "LinuxAppImage", "win32Options": { "deps": [], - "zip_file_exec": null, + "zip_file_exec": "Electron Test App.exe", "exe_installer_args": [] }, "linuxOptions": { diff --git a/package.json b/package.json index 9309c6e..9fdce0c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ahqstore-electron", "private": true, - "version": "0.2.5", + "version": "0.2.6", "author": { "name": "AHQ / AHQStore", "email": "ahqsecret@gmail.com"