Merge branch 'develop' into 397---windows-icon-generation

This commit is contained in:
Lea Anthony
2020-05-21 22:04:08 +01:00
committed by GitHub
4 changed files with 8 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@@ -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