Explicitly set python exec and ignore errors from run from source blocks in main
This commit is contained in:
@@ -139,7 +139,7 @@ echo "Creating entry script ..."
|
||||
cat > novelWriter.app/Contents/MacOS/novelWriter << EOF
|
||||
#!/bin/bash
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
$DIR/../Resources/bin/python -sE $DIR/../Resources/novelWriter/novelWriter.py \$@
|
||||
$DIR/../Resources/bin/python$PYTHON -sE $DIR/../Resources/novelWriter/novelWriter.py \$@
|
||||
EOF
|
||||
|
||||
# Make it executable
|
||||
|
||||
Reference in New Issue
Block a user