- Timestamp:
- Jul 5, 2017, 4:00:11 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
AE/Setup/Mac/Run AE Installer/Run AE Installer/AppDelegate.applescript
r1042 r1065 6 6 -- shortcut for the user and as a part of the AE Setup process. 7 7 -- 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. 8 11 -- 1.0.9 - No code changes, but needed to re-build in 10.12 in order for it to work 9 12 -- in 10.12. … … 66 69 67 70 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\";" 69 72 set AEIUfolder to parentPathASStr & "AEInstaller" 70 73 set AEIU to AEIUfolder & ":AEInstaller2Updater.jar"
Note:
See TracChangeset
for help on using the changeset viewer.