From 73b8443d7b1ca682a29526f7ca37d314ba23f82c Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Sat, 20 Apr 2024 18:35:31 +0200 Subject: [PATCH] Let's try this one more time ... --- setup/macos/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/macos/build.sh b/setup/macos/build.sh index 26d60b4d..589708a3 100755 --- a/setup/macos/build.sh +++ b/setup/macos/build.sh @@ -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