From fec283b186beed1a56c96f9959920f4129dc6748 Mon Sep 17 00:00:00 2001 From: altalk23 <45172705+altalk23@users.noreply.github.com> Date: Fri, 4 Aug 2023 21:25:00 +0300 Subject: [PATCH] I am paranoid so I added this to fix freezing --- installer/mac/Scripts/postinstall | 2 ++ 1 file changed, 2 insertions(+) diff --git a/installer/mac/Scripts/postinstall b/installer/mac/Scripts/postinstall index 61039c07..3431ea32 100755 --- a/installer/mac/Scripts/postinstall +++ b/installer/mac/Scripts/postinstall @@ -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