Patch from Galen Charlton to add Version to application.ini
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sun, 9 Aug 2009 14:35:19 +0000 (14:35 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sun, 9 Aug 2009 14:35:19 +0000 (14:35 +0000)
==
The attached patch restores the Version key to the staff client's application.ini.  This key is now required; without it, xulrunner-bin --install-app on OS X will silently crash, leading to an incomplete and non-functional installation of the client on that platform.

Note that when the client is built, the value of Version is replaced by the build ID.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@13803 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/application.ini

index 66a8e1d..ae2c8dc 100644 (file)
@@ -9,6 +9,9 @@ Vendor=OpenILS
 ; This field specifies your application's name.  This field is required.
 Name=open_ils_staff_client
 ;
+; This field specifies your application's version.  This field is required.
+Version=20090223
+;
 ; This field specifies your application's build ID (timestamp).  This field is
 ; required.
 BuildID=20090223