Skip to content

Commit

Permalink
2x click to run.command
Browse files Browse the repository at this point in the history
  • Loading branch information
humbertodias committed Feb 10, 2024
1 parent 8260168 commit 24e9d4e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions easy-release-mac-arm
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ otool -L $EXE
file $EXE

# launcher
echo '
#!/bin/bash
echo '#!/bin/bash
cd `dirname "$0"`
if [ ! -d data ]; then
DATA_URL="https://github.com/kazzmir/paintown/releases/download/v3.6.0/data-3.6.0.zip"
Expand All @@ -45,8 +45,8 @@ if [ ! -d data ]; then
mv data* data
fi
./paintown' > run.sh
chmod +x run.sh
./paintown' > run.command
chmod +x run.command

# packaging
ARCH=`uname -m`
Expand Down

0 comments on commit 24e9d4e

Please sign in to comment.