Skip to content

Commit

Permalink
[mac] Fix binary path in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
leaanthony committed Oct 9, 2021
1 parent 3723c41 commit 3022b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/pkg/commands/build/packager_darwin.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func packageApplication(options *Options) error {
return err
}

options.CompiledBinary = filepath.Join(options.BuildDirectory, bundlename)
options.CompiledBinary = packedBinaryPath

return nil
}
Expand Down

0 comments on commit 3022b0b

Please sign in to comment.