We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3f6534 commit d6ff0caCopy full SHA for d6ff0ca
bucket/VSRepoGUI.json
@@ -11,12 +11,12 @@
11
}
12
},
13
"post_install": [
14
- "$vsDir = \"$env:SCOOP\\apps\\VapourSynth\\current\"",
+ "$vsDir = (Get-Item $(scoop prefix vapoursynth)).FullName",
15
"if (Test-Path \"$vsDir\") { Copy-Item \"$dir\\VSRepoGUI.exe\" \"$vsDir\\\" -Force }"
16
],
17
"uninstaller": {
18
"script": [
19
20
"if (Test-Path \"$vsDir\\VSRepoGUI.exe\") { Remove-Item \"$vsDir\\VSRepoGUI.exe\" -Force }"
21
]
22
0 commit comments