You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set OUTPUT_BASE_FILENAME=%PRODUCT_SKU%%PRODUCT_MAJOR_VERSION%-%PRODUCT_CATEGORY%_%FOLDER_PLATFORM%_windows_%PACKAGE_TYPE%-%PRODUCT_FULL_VERSION%F
60
60
```
61
61
62
-
`Build.OpenJDK_generic.cmd`statically depends on this SDKversion (edit if needed):
62
+
`Build.OpenJDK_generic.cmd` depends on the windows SDK. The default version used is `10.0.22621.0`, but you can set the following variables if you have a different + compatible version installed:
63
63
64
64
```batch
65
65
SET WIN_SDK_MAJOR_VERSION=10
66
-
SET WIN_SDK_FULL_VERSION=10.0.17763.0
66
+
SET WIN_SDK_FULL_VERSION=10.0.22621.0
67
67
```
68
68
69
69
4. Run `Build.OpenJDK_generic.cmd` to create the MSI setup in "ReleaseDir":
0 commit comments