There was an error fetching the commit references. Please try again later.
Add VERSIONINFO to the Windows template (#66025)
Adds a VERSIONINFO to Runner.rc in the Windows app template, populated from the project creation metadata. Currently the version itself is hard-coded, but it is future-proofed to allow plumbing the actual version through at build time via preprocessor defines.
Showing
- packages/flutter_tools/templates/app/windows.tmpl/runner/Runner.rc.tmpl 51 additions, 0 deletions...er_tools/templates/app/windows.tmpl/runner/Runner.rc.tmpl
- packages/flutter_tools/templates/template_manifest.json 1 addition, 1 deletionpackages/flutter_tools/templates/template_manifest.json
- packages/flutter_tools/test/commands.shard/permeable/create_test.dart 19 additions, 0 deletions...tter_tools/test/commands.shard/permeable/create_test.dart
Please register or sign in to comment