Skip to content

Commit

Permalink
chore: Windows Executable parity with other builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed Geraghty committed Jan 10, 2022
1 parent 58555d1 commit 39dca2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions windows/runner/Runner.rc
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ IDI_APP_ICON ICON "resources\\app_icon.ico"
#ifdef FLUTTER_BUILD_NUMBER
#define VERSION_AS_NUMBER FLUTTER_BUILD_NUMBER
#else
#define VERSION_AS_NUMBER 0,2,3,0
#define VERSION_AS_NUMBER 0,2,7,0
#endif

#ifdef FLUTTER_BUILD_NAME
#define VERSION_AS_STRING #FLUTTER_BUILD_NAME
#else
#define VERSION_AS_STRING "0.2.3.0"
#define VERSION_AS_STRING "0.2.7.0"
#endif

VS_VERSION_INFO VERSIONINFO
Expand Down

0 comments on commit 39dca2e

Please sign in to comment.