Skip to content

Commit a10c16e

Browse files
committed
[Windows] ビルド番号が表示されない問題の修正
1 parent c53038a commit a10c16e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

windows/runner/Runner.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ IDI_APP_ICON ICON "resources\\app_icon.ico"
6363
#ifdef FLUTTER_BUILD_NUMBER
6464
#define VERSION_AS_NUMBER FLUTTER_BUILD_NUMBER
6565
#else
66-
#define VERSION_AS_NUMBER 1,3,1
66+
#define VERSION_AS_NUMBER 1,3,1,10
6767
#endif
6868

6969
#ifdef FLUTTER_BUILD_NAME
7070
#define VERSION_AS_STRING #FLUTTER_BUILD_NAME
7171
#else
72-
#define VERSION_AS_STRING "1.3.1"
72+
#define VERSION_AS_STRING "1.3.1+10"
7373
#endif
7474

7575
VS_VERSION_INFO VERSIONINFO

0 commit comments

Comments
 (0)