Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Roman Haefeli
netpd-app-builder
Commits
065c779e
Commit
065c779e
authored
Jun 05, 2020
by
Roman Haefeli
Browse files
include README in dmg file
parent
aad9d0b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.sh
View file @
065c779e
...
...
@@ -83,6 +83,8 @@ function fail {
cp
files/netpd.icns
${
work_dir
}
/
${
app_bundle_name
}
/Contents/Resources/
||
fail
# construct a Info.plist
sed
-f
<
(
echo
"
${
info_plist_replacements
}
"
)
files/Info.plist
>
${
work_dir
}
/
${
app_bundle_name
}
/Contents/Info.plist
||
fail
# copy README
cp
files/README.txt
"
${
workdir
}
"
||
fail
# create disk image
genisoimage
-quiet
-V
"
${
app_name
}
-
${
app_version
}
"
-D
-R
-apple
-no-pad
-o
"
${
app_name
}
-
${
app_version
}
.dmg"
"
${
work_dir
}
"
||
fail
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment