Skip to content

Commit

Permalink
Include link to applications directory in dmg
Browse files Browse the repository at this point in the history
  • Loading branch information
dsrw committed Oct 19, 2023
1 parent 0d2b7fc commit 3e026e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enu.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ task dist_package, "Build distribution binaries":

let package_name = &"enu-{git_version}.dmg"
if config["package"].get_bool:

exec "ln -s /Applications dist/Applications"
exec &"hdiutil create {package_name} -ov -volname Enu -fs HFS+ -srcfolder dist"
exec &"mv {package_name} dist"

Expand Down

0 comments on commit 3e026e5

Please sign in to comment.