Let's try this one more time ...

This commit is contained in:
Veronica Berglyd Olsen
2024-04-20 18:35:31 +02:00
parent 48a7929254
commit 73b8443d7b
+1 -1
View File
@@ -144,7 +144,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 -sE $DIR/../Resources/novelWriter/novelWriter.py \$@
EOF
# Make it executable