From 27ad8a2a217dadd491b323e3d8c6558e88c76008 Mon Sep 17 00:00:00 2001 From: Takashi Mori Date: Fri, 29 Dec 2023 08:36:17 +0900 Subject: [PATCH] bug fixed for macos --- activate_app.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activate_app.bash b/activate_app.bash index 1a1dee1..23e5fe2 100644 --- a/activate_app.bash +++ b/activate_app.bash @@ -37,7 +37,7 @@ then cd ${APP_DIRPATH} APP_NAME=`find . -name "*.exe"` ./${APP_NAME} -elif [ ${OS_TYPE} = "Darwin" ] +elif [ ${OS_TYPE} = "Mac" ] then cd ${APP_DIRPATH} APP_NAME=`find ./Contents/MacOS -type f`