Skip to content
Snippets Groups Projects
Commit 35ae763b authored by Giorgos Korfiatis's avatar Giorgos Korfiatis
Browse files

make zip for mac

parent dc7cc899
No related branches found
No related tags found
No related merge requests found
...@@ -60,4 +60,9 @@ fi ...@@ -60,4 +60,9 @@ fi
rm $file rm $file
cd $TMPDIR cd $TMPDIR
tar czf $CURPWD/agkyra-snapshot-${os}.tar.gz agkyra ARCHIVENAME=$CURPWD/agkyra-snapshot-${os}
if [[ "$os" =~ ^(linux64|linux32)$ ]]; then
tar czf ${ARCHIVENAME}.tar.gz agkyra
else
zip -r ${ARCHIVENAME}.zip agkyra
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment