Merge branch 'develop' into feature/gopath

This commit is contained in:
Lea Anthony
2020-09-15 20:16:42 +10:00
committed by GitHub
3 changed files with 6 additions and 5 deletions

View File

@@ -225,10 +225,6 @@ func BuildNative(binaryName string, forceRebuild bool, buildMode string, project
buildCommand.Add("go")
buildCommand.Add("build")
if buildMode == BuildModeBridge {
// Ignore errors
buildCommand.Add("-i")
}
if binaryName != "" {
// Alter binary name based on OS

View File

@@ -1,4 +1,4 @@
package cmd
// Version - Wails version
const Version = "v1.8.0"
const Version = "v1.8.1-pre1"