5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 19:50:15 +08:00

bugfix for force rebuild

This commit is contained in:
Lea Anthony 2019-01-15 08:33:48 +11:00
parent 1ef8ed73ab
commit 60f34223b0
No known key found for this signature in database
GPG Key ID: 33DAF7BB90A58405

View File

@ -215,7 +215,7 @@ func init() {
// If we are forcing a rebuild // If we are forcing a rebuild
if forceRebuild { if forceRebuild {
buildCommand.Add(" -a") buildCommand.Add("-a")
} }
// Release mode // Release mode