mirror of
https://github.com/taigrr/wails.git
synced 2026-04-14 02:48:21 -07:00
[mac] Fix binary path in dev
This commit is contained in:
@@ -54,7 +54,7 @@ func packageApplication(options *Options) error {
|
||||
return err
|
||||
}
|
||||
|
||||
options.CompiledBinary = filepath.Join(options.BuildDirectory, bundlename)
|
||||
options.CompiledBinary = packedBinaryPath
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user