mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-20 03:16:10 +00:00
fix deploy script
This commit is contained in:
parent
21c478acbb
commit
02dc9b5b7b
@ -21,6 +21,10 @@ else
|
||||
BUNDLE_PATH=$(realpath $1)
|
||||
fi
|
||||
|
||||
SCRIPTS_PATH=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
|
||||
cd $SCRIPTS_PATH
|
||||
BUNDLE_PATH=$(realpath $BUNDLE_PATH)
|
||||
|
||||
APPNAME="meshlab.app"
|
||||
|
||||
echo "Hopefully I should find " $BUNDLE_PATH/$APPNAME
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user