public
Description: Top-down maze game
Homepage: http://gottcode.org/cutemaze/
Clone URL: git://github.com/gottcode/cutemaze.git
cutemaze / mac_deploy.sh
100755 9 lines (6 sloc) 0.136 kb
1
2
3
4
5
6
7
8
9
#!/bin/bash
 
APP='CuteMaze'
BUNDLE="$APP.app"
VERSION='1.1.0'
 
macdeployqt $BUNDLE -dmg -no-plugins
mv "$APP.dmg" "${APP}_$VERSION.dmg"