Ignore:
Timestamp:
Jul 5, 2017, 4:00:11 PM (7 years ago)
Author:
iritscen
Message:

Updated AE Setup to v1.2.0 to ensure Mono and macOS 10.13 compatibility.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • AE/Setup/Mac/Run AE Installer/Run AE Installer/AppDelegate.applescript

    r1042 r1065  
    66--      shortcut for the user and as a part of the AE Setup process.
    77-- History:
     8--   1.1.0 - Now looking for Mono in the /Library/Frameworks path that it's actually
     9--              installed in, as 10.13 does not seem to be registering the paths.d
     10--              extension to $PATH and it's more foolproof to just get to it directly.
    811--   1.0.9 - No code changes, but needed to re-build in 10.12 in order for it to work
    912--              in 10.12.
     
    6669           
    6770            if (success is true) then
    68                 set run_prefix to "export PATH=/usr/local/bin:${PATH};export LC_CTYPE=\"UTF-8\";"
     71                set run_prefix to "export PATH=/Library/Frameworks/Mono.framework/Versions/Current/bin:${PATH};export LC_CTYPE=\"UTF-8\";"
    6972                set AEIUfolder to parentPathASStr & "AEInstaller"
    7073                set AEIU to AEIUfolder & ":AEInstaller2Updater.jar"
Note: See TracChangeset for help on using the changeset viewer.