mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 05:08:54 -07:00
bugfix for force rebuild
This commit is contained in:
@@ -215,7 +215,7 @@ func init() {
|
||||
|
||||
// If we are forcing a rebuild
|
||||
if forceRebuild {
|
||||
buildCommand.Add(" -a")
|
||||
buildCommand.Add("-a")
|
||||
}
|
||||
|
||||
// Release mode
|
||||
|
||||
Reference in New Issue
Block a user