Compare commits

..

2 Commits

Author SHA1 Message Date
ba690091fb Remove fake ass button 2025-01-11 23:33:44 +01:00
694333984e Rename 2025-01-11 23:33:41 +01:00
3 changed files with 3 additions and 4 deletions

View File

@@ -33,7 +33,6 @@
{:else}
<div class="flex flex-col items-center justify-center h-full">
<p class="text-gray-300">Game path is not valid</p>
<button class="bg-blue-500 text-white p-2 my-2 rounded-lg">Set Game Path</button>
</div>
{/if}
</template>

2
go.mod
View File

@@ -1,4 +1,4 @@
module wow-addon-manager
module yggdrasil
go 1.21

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "wow-addon-manager",
"outputfilename": "wow-addon-manager",
"name": "yggdrasil",
"outputfilename": "yggdrasil",
"frontend:install": "pnpm install",
"frontend:build": "pnpm build",
"frontend:dev:watcher": "pnpm dev",