This commit is contained in:
2025-01-11 23:33:41 +01:00
parent 06bf344ea7
commit 694333984e
2 changed files with 3 additions and 3 deletions

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",