Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
agkyra
Commits
3e06789d
Commit
3e06789d
authored
Aug 19, 2015
by
Giorgos Korfiatis
Browse files
Bundle in an app structure for osx
parent
dfd2a689
Changes
1
Hide whitespace changes
Inline
Side-by-side
make_package.sh
View file @
3e06789d
...
...
@@ -49,6 +49,8 @@ cd $TMPDIR
ARCHIVENAME
=
$CURPWD
/agkyra-snapshot-
${
os
}
if
[[
"
$os
"
=
~ ^
(
linux64|linux32
)
$
]]
;
then
tar
czf
${
ARCHIVENAME
}
.tar.gz agkyra
else
zip
-r
${
ARCHIVENAME
}
.zip agkyra
elif
[[
"
$os
"
=
~ ^
(
osx64|osx32
)
$
]]
;
then
mkdir
-p
agkyra.app/Contents
mv
agkyra agkyra.app/Contents/MacOS
zip
-r
${
ARCHIVENAME
}
.zip agkyra.app
fi
Write
Preview
Markdown
is supported
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