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:
parent
1ef8ed73ab
commit
60f34223b0
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user