Skip to content

Commit

Permalink
(packaging) Improve pack.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bingzheung committed Jan 31, 2024
1 parent 23ad38c commit f59a111
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions packaging/pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@

BUNDLE_IDENTIFIER='hk.eduhk.inputmethod.TypeDuck'
APP_VERSION='0.9.0'

INSTALL_LOCATION='/Library/Input Methods'

pkgbuild \
--info PackageInfo \
--root "app" \
--component-plist TypeDuckComponent.plist \
--min-os-version 12.0 \
--compression latest \
--identifier "${BUNDLE_IDENTIFIER}" \
--version "${APP_VERSION}" \
--install-location "${INSTALL_LOCATION}" \
--info PackageInfo \
--component-plist TypeDuckComponent.plist \
--root "app" \
--scripts "scripts" \
TypeDuck.pkg

0 comments on commit f59a111

Please sign in to comment.