Skip to content

Commit

Permalink
fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
rigazilla committed Apr 19, 2023
1 parent 446b39f commit 178ecfb
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 @@ -19,7 +19,7 @@ if 1%v_1major% neq +1%v_1major% set v_1major=0
if 1%v_2minor% neq +1%v_2minor% set v_2minor=1
if 1%v_3micro% neq +1%v_3micro% set v_3micro=0

set package_name=%v_1major%.%v_2minor%.%v_3micro%.%v_4qualifier%
set package_name=%v_1major%.%v_2minor%.%v_3micro%-%v_4qualifier%
set nuget_package_name=%v_1major%.%v_2minor%.%v_3micro%-%v_4qualifier%

echo Using HOTRODCPP_HOME=%HOTRODCPP_HOME%
Expand Down

0 comments on commit 178ecfb

Please sign in to comment.