* Merge mac package updates fix11 (#36)
* Update macOS CI workflow
Adds ad-hoc codesign directive, fixes launch test on arm64
* mac bundle: staple notary ticket to app
* mac: draw version number on fancy dmg background
* Delete tools/osx/rtdmg-bkgd.png
* mac: hidpi compatible fancy dmg background image
* mac: fix fancy dmg background
* Mac: remove license file from fancy dmg root
License displays properly in dmg EULA pop-up window.
* mac CI: show build info in GITHUB_STEP_SUMMARY (#37)
* mac CI: output step summaries
* mac CI: add summary for test launch
* test -cli on both builds
* mac: remove an errant fullstop
* mac CI: reorder test launches
* mac CI: specify full path of app to test launch
* mac CI: add missing file extension
* mac CI: test running app in osascript (#38)
* Simplifies launch test
* macCI: use fancy dmg message
to warn users that CI build not intended for user testing.
* mac: draw optional user message on fancy dmg
used by CI to display a user warning
Actions based on Node.js 16 are deprecated. The following must be
upgraded one major version.
- actions/checkout@v3
- actions/cache@v3
- actions/upload-artifact@v3
- softprops/action-gh-release@v1
Updates the used actions to their latest versions, and update the images to the -latest tags.
This currently means Ubuntu will use 20.04 LTS (and soon 22.04 LTS) and macOS will use macOS 12.
Also adds a workflow_dispatch trigger to the main workflow (the others already have it).