ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/makebin.osx
(Generate patch)

Comparing deliantra/Deliantra-Client/makebin.osx (file contents):
Revision 1.3 by root, Wed Aug 20 18:26:03 2008 UTC vs.
Revision 1.5 by root, Mon Sep 1 09:17:46 2008 UTC

166cat >dmg/README.txt <<EOF 166cat >dmg/README.txt <<EOF
167Hello! 167Hello!
168 168
169This disk image contains the Deliantra MORPG game client. 169This disk image contains the Deliantra MORPG game client.
170 170
171The client has been compiled for Intel systems only.
172
173The client uses a lot of right mouse button click pop-up menus, to emulate
174a right-click with a mouse that has only one button, use ctrl-click.
175
171To play it, simply double-click it, then select a good graphics resolution 176To play it, simply double-click it, then select a good graphics resolution
172in the Setup => Graphics tab and then go to Setup => Login, enter a nickname 177in the Setup => Graphics tab and then go to Setup => Login, enter a nickname
173(no spaces, only ASCII letters supported) and a password, then hit Login. 178(no spaces, only ASCII letters supported) and a password, then hit Login.
174 179
175You can also install the client application by dragging it onto your 180You can also install the client application by dragging it onto your
207EOF 212EOF
208chmod 755 dmg/"Reset Configuration" 213chmod 755 dmg/"Reset Configuration"
209 214
210# now, the last third, putting all this into a dmg 215# now, the last third, putting all this into a dmg
211 216
217DMG="Deliantra_MORPG_Client-$VER".dmg
218
212hdiutil create -srcfolder dmg -volname "Deliantra MORPG Client" -ov -format UDZO ~user/"Deliantra_MORPG_Client-$VER".dmg 219hdiutil create -srcfolder dmg -volname "Deliantra MORPG Client" -ov -format UDZO ~user/"$DMG"
213ls -l ~user/"Deliantra_MORPG_Client-$VER".dmg 220ls -l ~user/"$DMG"
214rm -rf dmg 221rm -rf dmg
215 222
223chmod 644 ~user/$DMG
224echo http://data.plan9.de/"$DMG"
225rsync -avPessh ~user/"$DMG" ruth:/var/www/data.plan9.de/.
216 226
217 227
228

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines