/[svn]/misc/trunk/mac_package_builder/linuxsampler.unpkg/Distribution
ViewVC logotype

Diff of /misc/trunk/mac_package_builder/linuxsampler.unpkg/Distribution

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2707 by schoenebeck, Sat Jan 17 22:25:39 2015 UTC revision 2716 by schoenebeck, Wed Jan 21 13:05:52 2015 UTC
# Line 9  Line 9 
9      <script>      <script>
10          function req_install_check() {          function req_install_check() {
11              system.log("LinuxSampler installer launched ...");              system.log("LinuxSampler installer launched ...");
12              if (!(system.version.ProductVersion >= '10.6.0')) {              if (!(system.version.ProductVersion >= '10.5.0')) {
13                  my.result.title = 'Wrong Mac OS X Version';                  my.result.title = 'Wrong Mac OS X Version';
14                  my.result.message = 'You need at least Mac OS X 10.6.0 to install this software';                  my.result.message = 'You need at least Mac OS X 10.5.0 to install this software';
15                  my.result.type = 'Fatal';                  my.result.type = 'Fatal';
16                  return false;                  return false;
17              }              }

Legend:
Removed from v.2707  
changed lines
  Added in v.2716

  ViewVC Help
Powered by ViewVC