-
Notifications
You must be signed in to change notification settings - Fork 2
splash screen with a version [CPP-767] #580
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Makefile.toml
Outdated
[tasks.install-imagemagick] | ||
|
||
[tasks.install-imagemagick.windows] | ||
script = "scoop install imagemagick" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a certain reason you are using scoop? It looks like imagemagick might be available via Choco which is already installed on GitHub runners:
choco install imagemagick.app
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
scoop doesn't require admin privs to install packages so it's a little easier when trying to run the install target on Winows, but you're correct: choco works better with CI... so I'll drop scoop
Note sure why there are red Xs on the last commit, but there's clean build of everything here at least: https://github.com/swift-nav/swift-toolbox/actions/runs/2424923017 |
Jira: https://swift-nav.atlassian.net/browse/CPP-767
Adds a version number to the splash screen per request from apps.
Uses ImageMagick to automate. Customer installation of ImageMagick implemented here: https://github.com/swift-nav/swift-toolchains/tree/master/imagemagick
Example build here: https://github.com/swift-nav/swift-toolbox/releases/tag/v4.0.7-splashversion