Bump to 1.0.6-10
authorEd Page <eopage@byu.net>
Tue, 9 Aug 2011 23:39:30 +0000 (18:39 -0500)
committerEd Page <eopage@byu.net>
Tue, 9 Aug 2011 23:39:30 +0000 (18:39 -0500)
data/template.desktop
ejpi/constants.py
www/ejpi.deb

index f2f0265..6ba3942 100644 (file)
@@ -12,7 +12,7 @@ Comment=RPN Calculator
 #      else:
 #              raise RuntimeError("Unsupported desktop file flavor %r" % PROGRAM)
 #]]]
-Exec=/usr/bin/run-standalone.sh /opt/ejpi/bin/ejpi.py
+Exec=/usr/local/bin/ejpi-calc
 #[[[end]]]
 Icon=ejpi
 Categories=Engineering;Science;Education;Utility;Qt;
index 2aa466e..fbe1ecc 100644 (file)
@@ -3,7 +3,7 @@ import os
 __pretty_app_name__ = "e**(j pi) + 1 = 0"
 __app_name__ = "ejpi"
 __version__ = "1.0.6"
-__build__ = 9
+__build__ = 10
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__)
 _user_settings_ = "%s/settings.ini" % _data_path_
index ba78235..6ddf70e 100644 (file)
Binary files a/www/ejpi.deb and b/www/ejpi.deb differ