Skip to content

Commit

Permalink
Update build.bat
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
fxliang authored Mar 29, 2024
1 parent 592681b commit a0486ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if not defined RELEASE_BUILD (
) else (
rem if RELEASE_BUILD is defined, then use pure number in the PRODUCT_VERSION
rem this usually happens in github action release build
if not defined PRODUCT_VERSION set PRODUCT_VERSION="%VERSION_MAJOR%.%VERSION_MINOR%.%VERSION_PATCH%.WEASEL_BUILD"
if not defined PRODUCT_VERSION set PRODUCT_VERSION="%VERSION_MAJOR%.%VERSION_MINOR%.%VERSION_PATCH%.%WEASEL_BUILD%"
)
rem set FILE_VERSION always to the same as PRODUCT_VERSION when RELEASE_BUILD
if not defined FILE_VERSION set FILE_VERSION=%VERSION_MAJOR%.%VERSION_MINOR%.%VERSION_PATCH%.%WEASEL_BUILD%
Expand Down

0 comments on commit a0486ac

Please sign in to comment.