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
eed1d11e
Commit
eed1d11e
authored
Jun 05, 2020
by
Roman Haefeli
Browse files
move resulting file online
parent
37aa45c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.sh
View file @
eed1d11e
...
...
@@ -89,6 +89,9 @@ function 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
# put file online
scp
"
${
app_name
}
-
${
app_version
}
.dmg"
netpd.org:public_html/.
||
fail
# clean up
rm
-r
"
${
work_dir
}
"
rm
-r
"
${
work_dir
}
"
${
app_name
}
-
${
app_version
}
.dmg
"
)
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