Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion App/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.3.0</string>
<string>1.4.0</string>
<key>CFBundleVersion</key>
<string>5</string>
<key>LSApplicationCategoryType</key>
Expand Down
2 changes: 1 addition & 1 deletion App/build-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ echo "🔨 Building TouchBarFix App Bundle..."
# Configuration
APP_NAME="TouchBarFix"
BUNDLE_ID="com.produktentdecker.touchbarfix"
VERSION="1.3.0"
VERSION="1.4.0"
BUILD_DIR=".build"
RELEASE_DIR="Release"

Expand Down
4 changes: 2 additions & 2 deletions App/create-dmg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
set -e

APP_NAME="TouchBarFix"
DMG_NAME="TouchBarFix-1.3.0"
DMG_NAME="TouchBarFix-1.4.0"
RELEASE_DIR="Release"
APP_BUNDLE="$RELEASE_DIR/$APP_NAME.app"

Expand Down Expand Up @@ -35,7 +35,7 @@ ln -s /Applications "$DMG_DIR/Applications"

# Create README file
cat > "$DMG_DIR/README.txt" << EOF
TouchBarFix v1.3.0
TouchBarFix v1.4.0
==========================

Installation:
Expand Down