mirror of
https://github.com/taigrr/wails.git
synced 2026-04-14 02:48:21 -07:00
Merge branch 'develop' into 397---windows-icon-generation
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -2,6 +2,7 @@ package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"runtime"
|
||||
|
||||
"github.com/leaanthony/spinner"
|
||||
"github.com/wailsapp/wails/cmd"
|
||||
@@ -35,6 +36,7 @@ func init() {
|
||||
// Project options
|
||||
projectOptions := &cmd.ProjectOptions{}
|
||||
projectOptions.Verbose = verbose
|
||||
projectOptions.Platform = runtime.GOOS
|
||||
|
||||
// Check we are in project directory
|
||||
// Check project.json loads correctly
|
||||
|
||||
Reference in New Issue
Block a user