[Release] 1.0.2
This commit is contained in:
parent
f071a3e8ab
commit
ea0f362fda
9 changed files with 29 additions and 14 deletions
|
|
@ -1,3 +1,7 @@
|
|||
## [1.0.2] 11/6/2023
|
||||
|
||||
Windows build test
|
||||
|
||||
## [1.0.1] 11/5/2023
|
||||
|
||||
Initial release test
|
||||
|
|
@ -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": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -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 },
|
||||
|
|
|
|||
|
|
@ -2,14 +2,19 @@
|
|||
<div
|
||||
class="row justify-content-center"
|
||||
>
|
||||
<div style="top: 30%; position: absolute">
|
||||
<div
|
||||
style="top: 30%; position: absolute"
|
||||
>
|
||||
<eq-window>
|
||||
<div>
|
||||
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.
|
||||
</div>
|
||||
|
||||
<div class="mt-3" style="left: 45%; position: relative" v-if="!installing">
|
||||
<div
|
||||
class="mt-3 justify-content-center"
|
||||
v-if="!installing"
|
||||
>
|
||||
<button
|
||||
class='eq-button'
|
||||
@click="initialize()"
|
||||
|
|
|
|||
|
|
@ -135,7 +135,7 @@
|
|||
|
||||
<script>
|
||||
import {defineComponent} from 'vue'
|
||||
import {EXPANSIONS_FULL} from "@/expansions/eq-expansions";
|
||||
import {EXPANSIONS_FULL} from "@/expansions/eq-expansions.ts";
|
||||
import {
|
||||
DumpPatchFilesForExpansion,
|
||||
GetAssetBasepath,
|
||||
|
|
@ -143,8 +143,8 @@ import {
|
|||
GetExpansionFiles,
|
||||
OpenFileDialogueEqDir,
|
||||
PatchFilesForExpansion
|
||||
} from "../wailsjs/go/main/App";
|
||||
import useAssets from "@/assets/assets";
|
||||
} from "../../wailsjs/go/main/App.js";
|
||||
import useAssets from "@/assets/assets.js";
|
||||
import EqTab from "@/components/eq-ui/EQTab.vue";
|
||||
import EqTabs from "@/components/eq-ui/EQTabs.vue";
|
||||
import EqWindow from "@/components/eq-ui/EQWindow.vue";
|
||||
0
frontend/wailsjs/runtime/package.json
Executable file → Normal file
0
frontend/wailsjs/runtime/package.json
Executable file → Normal file
0
frontend/wailsjs/runtime/runtime.d.ts
vendored
Executable file → Normal file
0
frontend/wailsjs/runtime/runtime.d.ts
vendored
Executable file → Normal file
0
frontend/wailsjs/runtime/runtime.js
Executable file → Normal file
0
frontend/wailsjs/runtime/runtime.js
Executable file → Normal file
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "eq-expansion-switcher",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Akkadius/eq-expansion-switcher"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue