Let's try this one more time ...
This commit is contained in:
@@ -144,7 +144,7 @@ echo "Creating entry script ..."
|
|||||||
cat > novelWriter.app/Contents/MacOS/novelWriter << EOF
|
cat > novelWriter.app/Contents/MacOS/novelWriter << EOF
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
$DIR/../Resources/bin/python -sE $DIR/../Resources/novelWriter/novelWriter.py \$\@
|
$DIR/../Resources/bin/python -sE $DIR/../Resources/novelWriter/novelWriter.py \$@
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Make it executable
|
# Make it executable
|
||||||
|
|||||||
Reference in New Issue
Block a user