From 694333984ed2778010211662261e7464d736650a Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Sat, 11 Jan 2025 23:33:41 +0100 Subject: [PATCH] Rename --- go.mod | 2 +- wails.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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",