qwerty-fr / qwerty-fr

Qwerty keyboard layout with French accents
https://qwerty-fr.org
MIT License
397 stars 34 forks source link

Create DMG or PKG for Mac #19

Open devnoname120 opened 2 years ago

devnoname120 commented 2 years ago

It will make it easier to install than asking the user to manually copy the bundle at the right place.

See:

With a DMG it's not possible to add a shortcut to the user's /Library because the path is unknown. Both symbolic links and aliases on macOS require the path to be fully resolved, so we can't use e.g. ~.

Examples of PKG:


Random notes (tested on macOS Monterey 12.1) for a postinstall script:

devnoname120 commented 2 years ago

Started work here: https://github.com/qwerty-fr/qwerty-fr/tree/macOS-pkg

TODO:

devnoname120 commented 2 years ago

Postponed:

Done in https://github.com/qwerty-fr/qwerty-fr/commit/95b70bbd7bcc0ec815c748f6f162fd29c827e5c2.

devnoname120 commented 2 years ago

I decided to add a DMG in addition to PKG to make it easier for some users to install it.