format manifests (#535)

This commit is contained in:
Brandon Smith 2019-11-03 19:26:03 -05:00 committed by Ross Smith II
parent d9a841eb16
commit d80eea80ad
5 changed files with 5 additions and 7 deletions

View File

@ -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",

View File

@ -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",

View File

@ -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"
} }

View File

@ -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",

View File

@ -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\"",