Skip to content

Commit

Permalink
Fix version naming.
Browse files Browse the repository at this point in the history
  • Loading branch information
speps committed Feb 15, 2020
1 parent 7caec56 commit a5e640e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/PackageCurrentBranch.bat
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if not "%1" == "" (
set /P _version=Enter version || set _version=NONE
)
if "%_version%"=="NONE" goto :error
set _version="LibTessDotNet-%_version%"
set _version="LibTessDotNet-v%_version%"

move TempPackage "%_version%"

Expand Down

0 comments on commit a5e640e

Please sign in to comment.