mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
glslang: Restrict to 64-bit (#4277)
* glslang: Restrict to 64-bit It works only on 64-bit Windows. * glslang: Fix JSON error
This commit is contained in:
parent
09bc8d7d13
commit
a2a213c0f2
@ -6,8 +6,12 @@
|
||||
"identifier": "Freeware,MIT,...",
|
||||
"url": "https://github.com/KhronosGroup/glslang/blob/master/LICENSE.txt"
|
||||
},
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/KhronosGroup/glslang/releases/download/8.13.3559/glslang-master-windows-x64-Release.zip",
|
||||
"hash": "e4bffacd4a75e1e150c0cf19d5020cfa6893386a1e6dd14ef6426789859eab88",
|
||||
"hash": "e4bffacd4a75e1e150c0cf19d5020cfa6893386a1e6dd14ef6426789859eab88"
|
||||
}
|
||||
},
|
||||
"bin": [
|
||||
"bin\\glslangValidator.exe",
|
||||
"bin\\spirv-remap.exe"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user