-
Notifications
You must be signed in to change notification settings - Fork 377
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
feat: Added custom windows / mac installer graphics. #3082
Conversation
@@ -56,6 +57,8 @@ | |||
"runAfterFinish": true, | |||
"installerIcon": "resources/composerIcon.ico", | |||
"uninstallerIcon": "resources/composerIcon.ico", |
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.
can we remove resources/
now since we used it above as a directory?
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.
good catch! I think we can
This looks neat!! |
I have never been part of a product launch that had an installer that looks as nice as this one!! |
…oft/BotFramework-Composer into toanzian/installer-assets
…mposer into toanzian/installer-assets
whohoo! |
* Added custom windows installer graphics. * Added custom mac installer graphics. * Removed redundant build resource file paths. Co-authored-by: Tony Anziano <tonyanziano@Tonys-MacBook-Pro.local>
Description
This PR adds custom images to the Windows and Mac (.dmg) installers.
Task Item
Fixes #3083
Screenshots
Before - Windows
After - Windows
Before - Mac
After - Mac