Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #196 from clburlison/custom-rc-dmg-patch
Browse files Browse the repository at this point in the history
fix: Allow custom rc files with release dmg
  • Loading branch information
grahamgilbert committed Oct 30, 2017
2 parents 471ac14 + 6bb7c8c commit 1bf1ae6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -79,6 +79,7 @@ dmg: build
cp -R ./build/Release/Imagr.app /tmp/imagr-build
cp ./validateplist /tmp/imagr-build/Tools
cp ./get_locale /tmp/imagr-build/Tools
cp -R ./rc-imaging /tmp/imagr-build/Tools
chmod +x /tmp/imagr-build/Tools/validateplist
chmod +x /tmp/imagr-build/Tools/get_locale
hdiutil create -srcfolder /tmp/imagr-build -volname "Imagr" -fs HFS+ -format UDZO -o Imagr.dmg
Expand Down

0 comments on commit 1bf1ae6

Please sign in to comment.