Skip to content

Commit

Permalink
Changed linux deploy to .tar.gz
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamrow committed Mar 10, 2014
1 parent 4539d57 commit 2acdae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/deployLinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ rm $NAME/resources/muview.icns $NAME/resources/splash*.png
# Copy the rest of the files
cp $FILES $NAME

tar -cjvf "${NAME}.tar.bz" $NAME
tar -czvf "${NAME}.tar.gz" $NAME
echo "Done deploying!"

0 comments on commit 2acdae7

Please sign in to comment.