mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
I am paranoid so I added this to fix freezing
This commit is contained in:
parent
6e58a0a721
commit
fec283b186
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue