Some more stying and added a build step
Some checks failed
Build / build (push) Failing after 3m25s

This commit is contained in:
Leon Mika 2025-09-07 09:32:53 +10:00
parent 41daf7cfc9
commit 6a06faee7d
4 changed files with 58 additions and 8 deletions

View file

@ -18,8 +18,8 @@ func main() {
// Create application with options
err := wails.Run(&options.App{
Title: "Dequoter",
Width: 1024,
Height: 768,
Width: 800,
Height: 600,
AssetServer: &assetserver.Options{
Assets: assets,
},