mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 08:41:41 +08:00
bugfix for force rebuild
This commit is contained in:
parent
1ef8ed73ab
commit
60f34223b0
@ -215,7 +215,7 @@ func init() {
|
||||
|
||||
// If we are forcing a rebuild
|
||||
if forceRebuild {
|
||||
buildCommand.Add(" -a")
|
||||
buildCommand.Add("-a")
|
||||
}
|
||||
|
||||
// Release mode
|
||||
|
Loading…
Reference in New Issue
Block a user