Skip to content

Commit d26b912

Browse files
committed
fixed windows msi pack
1 parent 89ece74 commit d26b912

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildscripts/ci/windows/package.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ GOTO END_SUCCESS
131131
ECHO "Start msi packing..."
132132

133133
:: generate unique GUID
134-
SET UUIDGEN="C:\Program Files (x86)\Windows Kits\10\bin\10.0.20348.0\x64\uuidgen.exe"
134+
SET UUIDGEN="C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\x64\uuidgen.exe"
135135
%UUIDGEN% > uuid.txt
136136
SET /p PACKAGE_UUID=<uuid.txt
137137
ECHO on

0 commit comments

Comments
 (0)