Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Mon, 14 Oct 2019 23:43:56 UTC Commit: 91b6d64b5e33636e9f80fd47b22726eaec2ae2b5 https://github.com/geany/geany-osx/commit/91b6d64b5e33636e9f80fd47b22726eaec...
Log Message: ----------- Copy symlinks and not the referenced files when creating disk image
Modified Paths: -------------- create_dmg.sh
Modified: create_dmg.sh 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -10,7 +10,7 @@ APPNAME="${NAME}.app" TMPDIR="tmp-out"
mkdir "$TMPDIR" -cp -r "$APPNAME" "$TMPDIR" +cp -R "$APPNAME" "$TMPDIR"
test -f "$DMGNAME" && rm "$DMGNAME" create-dmg \
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).