View Single Post
zdanee's Avatar
Posts: 311 | Thanked: 376 times | Joined on Nov 2010 @ Hungary
#35
Cool game, one of the best recently. I've been able to play with the previous version too. Also I've made a .desktop file for it to appear in the menu. I had to make a small script to be able to run it thou, unless I've changed directories into /opt/RevLite-Maemo it wouldn't find resources-Android.pk7.

It goes like this:

/usr/share/applications/hildon/reverstris.desktop
Code:
[Desktop Entry]
Encoding=UTF-8
Type=Application
Name=Reverstris
Exec=/opt/RevLite-Maemo/startReverstris.sh
/opt/RevLite-Maemo/startReverstris.sh
Code:
#!/bin/bash
cd /opt/RevLite-Maemo
./ReverstrisGL
Heh. Im in top 5 in mobile category Wonder how long that will last

BTW why the "lite" in the name? Will there be an even cooler version in the future?

Last edited by zdanee; 2011-03-31 at 20:56.