We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f3deea commit d6970e1Copy full SHA for d6970e1
go_dmg
@@ -9,7 +9,7 @@ version=2.088
9
DEST=/Users/karl/Downloads
10
11
# Folder where to find the 'create-dmg' script from https://github.com/create-dmg/create-dmg
12
-CREATE_DMG=../create-dmg
+CREATE_DMG=~/Dropbox/Software/SciPDL-Own-Perl/create-dmg
13
14
# OK get started and nuke any previous versions!
15
@@ -33,6 +33,7 @@ find $DEST/SciPDL-dist/ -type f \( -name "*.bundle" -o -perm +111 \) -exec code
33
34
# This creates the DMG and signs it with my Apple Developer credentials in the MacOS keychain and
35
# notarises it via Apple's servers
36
+# Using create-dmg version 1.2.0 from https://github.com/create-dmg/create-dmg
37
38
$CREATE_DMG/create-dmg \
39
--volname "SciPDL for PDL $version" \
0 commit comments