Skip to content

Commit

Permalink
Don't store settings in the macOS .app file (issue #2676)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bionus committed Jun 8, 2022
1 parent 78b4364 commit 7efa1ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/package-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ mkdir -p $APP_DIR

# Copy all required files to the application directory
./scripts/package.sh $APP_DIR
rm "$APP_DIR/settings.ini"
cp -r src/dist/macos/* "$APP_ROOT/Contents"

# Create the DMG file
Expand Down

0 comments on commit 7efa1ca

Please sign in to comment.