I am paranoid so I added this to fix freezing

This commit is contained in:
altalk23 2023-08-04 21:25:00 +03:00
parent 6e58a0a721
commit fec283b186

View file

@ -24,6 +24,8 @@ tell application "System Events"
set libraryPath to POSIX path of (path to home folder from user domain)
set steamPath to (libraryPath & "/Library/Application Support/Steam/steamapps/common/Geometry Dash/")
display dialog "Steam path: " & steamPath
if exists folder steamPath then
set gdPath to (the POSIX path of (choose file with prompt "Please choose the Geometry Dash application to install Geode to:" of type {"app"} default location steamPath))
else