diff --git a/go.mod b/go.mod index 13d8b12..b3505ae 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module wow-addon-manager +module yggdrasil go 1.21 diff --git a/wails.json b/wails.json index 825cdf7..47c17c0 100644 --- a/wails.json +++ b/wails.json @@ -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",