Skip to content

Commit

Permalink
.app.app -> .app
Browse files Browse the repository at this point in the history
  • Loading branch information
tekezo committed May 15, 2024
1 parent 1ee951d commit 95ed58f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cp -R files/scripts/uninstall "$basedir"

basedir="pkgroot/Library/Application Support/org.pqrs/Karabiner-DriverKit-VirtualHIDDevice/Applications"
mkdir -p "$basedir"
cp -R "src/Daemon/build/Release/Karabiner-VirtualHIDDevice-Daemon.app.app" "$basedir"
cp -R "src/Daemon/build/Release/Karabiner-VirtualHIDDevice-Daemon.app" "$basedir"

basedir="pkgroot/Applications"
mkdir -p "$basedir"
Expand Down

0 comments on commit 95ed58f

Please sign in to comment.