fix(Windows): use app name as file description - #14866
Conversation
Updates the Windows file description to use the application name instead of the project description, matching the fallback RC template, as well as common Windows practice. Previously, Windows prompts such as the Firewall popup would display the generic project description instead of the application name. The application name is now shown instead, as expected.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #14866 +/- ##
==========================================
+ Coverage 25.47% 33.78% +8.31%
==========================================
Files 769 933 +164
Lines 65912 84615 +18703
Branches 30495 39120 +8625
==========================================
+ Hits 16788 28590 +11802
+ Misses 37285 36817 -468
- Partials 11839 19208 +7369
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
|
See the Build Results workflow run for details. |
Description
Updates the Windows file description to use the application name instead of the project description, matching the fallback RC template, as well as common Windows practice.
Previously, Windows prompts such as the Firewall popup would display the generic project description instead of the application name. The application name is now shown instead, as expected.
Type of Change
Testing
Platforms Tested
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the project's dual license (Apache 2.0 and GPL v3).