mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
format manifests (#535)
This commit is contained in:
parent
d9a841eb16
commit
d80eea80ad
@ -3,7 +3,7 @@
|
|||||||
"description": "The official reference compiler front end for the OpenGL ES and OpenGL shading languages. (nightly version)",
|
"description": "The official reference compiler front end for the OpenGL ES and OpenGL shading languages. (nightly version)",
|
||||||
"version": "nightly",
|
"version": "nightly",
|
||||||
"license": {
|
"license": {
|
||||||
"identifier":"Freeware,MIT,...",
|
"identifier": "Freeware,MIT,...",
|
||||||
"url": "https://github.com/KhronosGroup/glslang/blob/master/LICENSE.txt"
|
"url": "https://github.com/KhronosGroup/glslang/blob/master/LICENSE.txt"
|
||||||
},
|
},
|
||||||
"url": "https://github.com/KhronosGroup/glslang/releases/download/master-tot/glslang-master-windows-x64-Release.zip",
|
"url": "https://github.com/KhronosGroup/glslang/releases/download/master-tot/glslang-master-windows-x64-Release.zip",
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"description": "The official reference compiler front end for the OpenGL ES and OpenGL shading languages.",
|
"description": "The official reference compiler front end for the OpenGL ES and OpenGL shading languages.",
|
||||||
"version": "7.11.3214",
|
"version": "7.11.3214",
|
||||||
"license": {
|
"license": {
|
||||||
"identifier":"Freeware,MIT,...",
|
"identifier": "Freeware,MIT,...",
|
||||||
"url": "https://github.com/KhronosGroup/glslang/blob/master/LICENSE.txt"
|
"url": "https://github.com/KhronosGroup/glslang/blob/master/LICENSE.txt"
|
||||||
},
|
},
|
||||||
"url": "https://github.com/KhronosGroup/glslang/releases/download/7.11.3214/glslang-master-windows-x64-Release.zip",
|
"url": "https://github.com/KhronosGroup/glslang/releases/download/7.11.3214/glslang-master-windows-x64-Release.zip",
|
||||||
|
|||||||
@ -19,8 +19,6 @@
|
|||||||
"26e3ca41c8bf2474bfa59ffe92f106b76d7c779ae834ccfbf12555943fd361c0"
|
"26e3ca41c8bf2474bfa59ffe92f106b76d7c779ae834ccfbf12555943fd361c0"
|
||||||
],
|
],
|
||||||
"extract_dir": "MsiVal2",
|
"extract_dir": "MsiVal2",
|
||||||
"post_install": [
|
"post_install": "Remove-Item \"$dir\\*.cab\" -Force",
|
||||||
"Remove-Item \"$dir\\*.cab\" -Force"
|
|
||||||
],
|
|
||||||
"bin": "MsiVal2.exe"
|
"bin": "MsiVal2.exe"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"description": "A command line AAC/ALAC encoder frontend based on Apple encoder, strongly influenced by http://tmkk.pv.land.to/qtaacenc/.",
|
"description": "A command line AAC/ALAC encoder frontend based on Apple encoder, strongly influenced by http://tmkk.pv.land.to/qtaacenc/.",
|
||||||
"version": "2.68",
|
"version": "2.68",
|
||||||
"license": {
|
"license": {
|
||||||
"identifier":"Public Domain,...",
|
"identifier": "Public Domain,...",
|
||||||
"url": "https://github.com/nu774/qaac/blob/master/COPYING"
|
"url": "https://github.com/nu774/qaac/blob/master/COPYING"
|
||||||
},
|
},
|
||||||
"url": "https://github.com/nu774/qaac/releases/download/v2.68/qaac_2.68.zip",
|
"url": "https://github.com/nu774/qaac/releases/download/v2.68/qaac_2.68.zip",
|
||||||
|
|||||||
@ -19,7 +19,7 @@
|
|||||||
"hash": "8e65f887a677e78a92e57faf71363c17a1b2bf54b0c490f5b2618b597117dd99"
|
"hash": "8e65f887a677e78a92e57faf71363c17a1b2bf54b0c490f5b2618b597117dd99"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"installer":{
|
"installer": {
|
||||||
"script": [
|
"script": [
|
||||||
"if(!(Test-Path \"$persist_dir\\Server\\settings.json\")){",
|
"if(!(Test-Path \"$persist_dir\\Server\\settings.json\")){",
|
||||||
" Copy-Item \"$dir\\Server\\settings.default.json\" \"$dir\\Server\\settings.json\"",
|
" Copy-Item \"$dir\\Server\\settings.default.json\" \"$dir\\Server\\settings.json\"",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user