chore: set initial window state to normal and update project metadata
Build and Upload Binaries / build-and-upload (push) Successful in 1m1s
Build and Upload Binaries / build-and-upload (push) Successful in 1m1s
This commit is contained in:
@@ -87,6 +87,7 @@ func main() {
|
|||||||
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
@@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user