Update MacOS package names and fic another launch script bug

This commit is contained in:
Veronica Berglyd Olsen
2024-04-20 21:43:31 +02:00
parent 221b38c766
commit d78643160c
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -137,8 +137,8 @@ cp $SRC_DIR/setup/macos/novelwriter.icns novelWriter.app/Contents/Resources/
# Create entry script
echo "Creating entry script ..."
cat > novelWriter.app/Contents/MacOS/novelWriter << EOF
DIR="\$( cd "\$( dirname "\${BASH_SOURCE[0]}" )" && pwd )"
#!/bin/bash
DIR="\$( cd "\$( dirname "\${BASH_SOURCE[0]}" )" && pwd )"
\$DIR/../Resources/bin/python -sE \$DIR/../Resources/novelWriter/novelWriter.py \$@
EOF