We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89ece74 commit d26b912Copy full SHA for d26b912
1 file changed
buildscripts/ci/windows/package.bat
@@ -131,7 +131,7 @@ GOTO END_SUCCESS
131
ECHO "Start msi packing..."
132
133
:: generate unique GUID
134
-SET UUIDGEN="C:\Program Files (x86)\Windows Kits\10\bin\10.0.20348.0\x64\uuidgen.exe"
+SET UUIDGEN="C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\x64\uuidgen.exe"
135
%UUIDGEN% > uuid.txt
136
SET /p PACKAGE_UUID=<uuid.txt
137
ECHO on
0 commit comments