chore: set initial window state to normal and update project metadata
Build and Upload Binaries / build-and-upload (push) Successful in 1m1s

This commit is contained in:
2026-06-09 13:26:13 +01:00
parent 7e840e03ac
commit 1490e2e02b
2 changed files with 9 additions and 5 deletions
+4 -3
View File
@@ -84,9 +84,10 @@ func main() {
// Create application with options // Create application with options
err := wails.Run(&options.App{ err := wails.Run(&options.App{
Title: "GoExplore", Title: "GoExplore",
Width: 1024, Width: 1024,
Height: 768, Height: 768,
WindowStartState: options.Normal,
AssetServer: &assetserver.Options{ AssetServer: &assetserver.Options{
Assets: assets, Assets: assets,
}, },
+5 -2
View File
@@ -7,7 +7,10 @@
"frontend:dev:watcher": "npm run dev", "frontend:dev:watcher": "npm run dev",
"frontend:dev:serverUrl": "auto", "frontend:dev:serverUrl": "auto",
"author": { "author": {
"name": "Jamie Banks", "name": "JDB-NET"
"email": "jamie@jdbnet.co.uk" },
"info": {
"companyName": "JDB-NET Limited",
"productName": "GoExplore"
} }
} }