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
37aa45c0
Commit
37aa45c0
authored
Jun 05, 2020
by
Roman Haefeli
Browse files
fix typo
parent
065c779e
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.sh
View file @
37aa45c0
...
...
@@ -84,7 +84,7 @@ function 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
cp
files/README.txt
"
${
work
_
dir
}
"
||
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