* meson: install plugins with lpm
* meson: add cachedir as output
* build.sh: fix bash syntax error
* build.sh: only copy datadir when PGO is enabled
* build.sh: properly install files with meson install
* build.sh: install macOS bundle files with .app suffix
* ci: copy bundle and portable files correctly
* package-dmg: remove extraneous steps
* ci: fix wrong bundle path
* build.sh: force reconfigure bundle=false if bundle is not explicitly given
* build.sh: move wrong bundle=true assignment to the right place
* ci: remove -a flag from cp command
* ci: use xargs and find -print0 to omit spaces in find output
* ci: specify correct path to Info.plist
* ci: correctly run dmgbuild
* dmgbuild: get application path from command line
* ci: organize dmgbuild arguments
* ci: properly escape arguments
* ci: finally correctly specify yaml string
* ci: don't copy Info.plist again
* build.sh: don't install any plugins if -A is not specified
* build.sh: use the latest release from github
* macos: support drag-and-drop and default file associations
* resources/macos: use LSItemContentTypes to narrow down files
* macos: support opening folders
* rootview: workaround macos weird dnd event timing
* core/rootview: rename variable and refactor if statement
* resources: update copyright in info.plist
* meson.build: dynamically generate current year
"present" may be misleading.
* resources/macos: remove unecessary newlines