mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
change the original fmod to restore_fmod.dylib for compatibility with old installer
This commit is contained in:
parent
ca5bcc3a18
commit
44d5aff9df
1 changed files with 1 additions and 1 deletions
|
@ -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/"
|
||||
|
|
Loading…
Reference in a new issue