Skip to content

Commit d6ff0ca

Browse files
authored
Update VSRepoGUI.json
1 parent e3f6534 commit d6ff0ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bucket/VSRepoGUI.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
}
1212
},
1313
"post_install": [
14-
"$vsDir = \"$env:SCOOP\\apps\\VapourSynth\\current\"",
14+
"$vsDir = (Get-Item $(scoop prefix vapoursynth)).FullName",
1515
"if (Test-Path \"$vsDir\") { Copy-Item \"$dir\\VSRepoGUI.exe\" \"$vsDir\\\" -Force }"
1616
],
1717
"uninstaller": {
1818
"script": [
19-
"$vsDir = \"$env:SCOOP\\apps\\VapourSynth\\current\"",
19+
"$vsDir = (Get-Item $(scoop prefix vapoursynth)).FullName",
2020
"if (Test-Path \"$vsDir\\VSRepoGUI.exe\") { Remove-Item \"$vsDir\\VSRepoGUI.exe\" -Force }"
2121
]
2222
},

0 commit comments

Comments
 (0)