mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
Closes #4634 Fixed by depending on ffmpeg 4.4.1 from the Versions bucket, added here: https://github.com/ScoopInstaller/Versions/pull/1264
26 lines
1.1 KiB
JSON
26 lines
1.1 KiB
JSON
{
|
|
"version": "3.2.2",
|
|
"description": "GlslViewer is a flexible console-base OpenGL Sandbox to display 2D/3D GLSL shaders without the need of an UI.",
|
|
"homepage": "https://github.com/patriciogonzalezvivo/glslViewer",
|
|
"license": "BSD-3-Clause",
|
|
"depends": "versions/ffmpeg-shared-4.4.1",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/patriciogonzalezvivo/glslViewer/releases/download/3.2.2/glslViewer-3.2.2-win64-AMD64.zip",
|
|
"hash": "b98017d355fb9fdf072fcd8411f141e1ceb97ff2a2da7ff4e0ef080398c29411",
|
|
"extract_dir": "glslViewer-3.2.2-win64-AMD64"
|
|
}
|
|
},
|
|
"bin": "bin\\glslViewer.exe",
|
|
"post_install": "Copy-Item \"$(Join-Path (appdir 'ffmpeg-shared-4.4.1' $global) 'current\\bin')\\*.dll\" \"$dir\\bin\" -Force",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/patriciogonzalezvivo/glslViewer/releases/download/$version/glslViewer-$version-win64-AMD64.zip",
|
|
"extract_dir": "glslViewer-$version-win64-AMD64"
|
|
}
|
|
}
|
|
}
|
|
}
|