From ea0f362fdae7fed7da7753ba5dbc96db7309e60b Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Mon, 6 Nov 2023 23:24:55 -0600 Subject: [PATCH] [Release] 1.0.2 --- CHANGELOG.md | 4 ++++ build/windows/info.json | 20 +++++++++++++------- frontend/src/App.vue | 2 +- frontend/src/components/AppInitialize.vue | 9 +++++++-- frontend/src/{ => components}/Patcher.vue | 6 +++--- frontend/wailsjs/runtime/package.json | 0 frontend/wailsjs/runtime/runtime.d.ts | 0 frontend/wailsjs/runtime/runtime.js | 0 package.json | 2 +- 9 files changed, 29 insertions(+), 14 deletions(-) rename frontend/src/{ => components}/Patcher.vue (97%) mode change 100755 => 100644 frontend/wailsjs/runtime/package.json mode change 100755 => 100644 frontend/wailsjs/runtime/runtime.d.ts mode change 100755 => 100644 frontend/wailsjs/runtime/runtime.js diff --git a/CHANGELOG.md b/CHANGELOG.md index a04b871..33f6d63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.2] 11/6/2023 + +Windows build test + ## [1.0.1] 11/5/2023 Initial release test \ No newline at end of file diff --git a/build/windows/info.json b/build/windows/info.json index 9727946..b51fa57 100644 --- a/build/windows/info.json +++ b/build/windows/info.json @@ -1,15 +1,21 @@ { "fixed": { - "file_version": "{{.Info.ProductVersion}}" + "file_version": "1.0" }, "info": { "0000": { - "ProductVersion": "{{.Info.ProductVersion}}", - "CompanyName": "{{.Info.CompanyName}}", - "FileDescription": "{{.Info.ProductName}}", - "LegalCopyright": "{{.Info.Copyright}}", - "ProductName": "{{.Info.ProductName}}", - "Comments": "{{.Info.Comments}}" + "Comments": "ProjectEQ EverQuest client expansion switcher", + "CompanyName": "Akkadius", + "FileDescription": "ProjectEQ EverQuest client expansion switcher", + "FileVersion": "1.0", + "InternalName": "ProjectEQ EverQuest client expansion switcher", + "LegalCopyright": "ProjectEQ", + "LegalTrademarks": "ProjectEQ", + "OriginalFilename": "", + "PrivateBuild": "", + "ProductName": "ProjectEQ EverQuest client expansion switcher", + "ProductVersion": "1.0", + "SpecialBuild": "" } } } \ No newline at end of file diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 3daa133..05c0388 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -47,7 +47,7 @@ import EqTabs from "./components/eq-ui/EQTabs.vue"; import EqTab from "./components/eq-ui/EQTab.vue"; import {WindowToggleMaximise} from "../wailsjs/runtime/runtime.js"; import AppInitialize from "@/components/AppInitialize.vue"; -import Patcher from "@/Patcher.vue"; +import Patcher from "@/components/Patcher.vue"; export default { components: { Patcher, AppInitialize, EqTab, EqTabs, EqWindow }, diff --git a/frontend/src/components/AppInitialize.vue b/frontend/src/components/AppInitialize.vue index 7baafcf..2010950 100644 --- a/frontend/src/components/AppInitialize.vue +++ b/frontend/src/components/AppInitialize.vue @@ -2,14 +2,19 @@
-
+
By using this program you agree that you own a legal copy of EverQuest and will not use this program to distribute files to others.
-
+