Skip to content

Commit

Permalink
bug fixed for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
tmori committed Dec 28, 2023
1 parent fbd043b commit 27ad8a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activate_app.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 27ad8a2

Please sign in to comment.