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 ba7e557 commit fbd043b
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 @@ -40,7 +40,7 @@ then
elif [ ${OS_TYPE} = "Darwin" ]
then
cd ${APP_DIRPATH}
APP_NAME=`find . -type f`
APP_NAME=`find ./Contents/MacOS -type f`
./${APP_NAME}
else
echo "ERROR: not supported os type: ${OS_TYPE}"
Expand Down

0 comments on commit fbd043b

Please sign in to comment.