[mac] Fix binary path in dev

This commit is contained in:
Lea Anthony
2021-10-09 17:43:34 +11:00
parent 3723c41d15
commit 3022b0bf3f

View File

@@ -54,7 +54,7 @@ func packageApplication(options *Options) error {
return err
}
options.CompiledBinary = filepath.Join(options.BuildDirectory, bundlename)
options.CompiledBinary = packedBinaryPath
return nil
}