From: erickson Date: Sun, 9 Aug 2009 14:35:19 +0000 (+0000) Subject: Patch from Galen Charlton to add Version to application.ini X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=7debab38c562a1dd5b3a2dfb924f19a3dd1de5d5;p=evergreen%2Fbjwebb.git Patch from Galen Charlton to add Version to application.ini == 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 --- diff --git a/Open-ILS/xul/staff_client/application.ini b/Open-ILS/xul/staff_client/application.ini index 66a8e1da1..ae2c8dcb5 100644 --- a/Open-ILS/xul/staff_client/application.ini +++ b/Open-ILS/xul/staff_client/application.ini @@ -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