Index: AE/Setup/Mac/Run AE Installer/Run AE Installer/AppDelegate.applescript
===================================================================
--- AE/Setup/Mac/Run AE Installer/Run AE Installer/AppDelegate.applescript	(revision 1042)
+++ AE/Setup/Mac/Run AE Installer/Run AE Installer/AppDelegate.applescript	(revision 1065)
@@ -6,4 +6,7 @@
 --	shortcut for the user and as a part of the AE Setup process.
 -- History:
+--   1.1.0 - Now looking for Mono in the /Library/Frameworks path that it's actually
+--              installed in, as 10.13 does not seem to be registering the paths.d
+--              extension to $PATH and it's more foolproof to just get to it directly.
 --   1.0.9 - No code changes, but needed to re-build in 10.12 in order for it to work
 --              in 10.12.
@@ -66,5 +69,5 @@
             
             if (success is true) then
-                set run_prefix to "export PATH=/usr/local/bin:${PATH};export LC_CTYPE=\"UTF-8\";"
+                set run_prefix to "export PATH=/Library/Frameworks/Mono.framework/Versions/Current/bin:${PATH};export LC_CTYPE=\"UTF-8\";"
                 set AEIUfolder to parentPathASStr & "AEInstaller"
                 set AEIU to AEIUfolder & ":AEInstaller2Updater.jar"
