change the original fmod to restore_fmod.dylib for compatibility with old installer

This commit is contained in:
altalk23 2023-08-04 01:29:37 +03:00
parent ca5bcc3a18
commit 44d5aff9df

View file

@ -19,7 +19,7 @@ end try
set execPath to (gdPath & "Contents/MacOS/Geometry Dash")
set frameworkPath to POSIX path of (gdPath & "Contents/Frameworks/")
set fmodPath to "libfmod.dylib"
set fmodOriginalPath to "libfmod-original.dylib"
set fmodOriginalPath to "restore_fmod.dylib"
set geodePath to "Geode.dylib"
set bootstrapperPath to "GeodeBootstrapper.dylib"
set resourcesPath to "resources/"