mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
mls-software-openssh: fix tmp dir not exist (#2954)
This commit is contained in:
parent
9ff3734ed0
commit
e507ce5c70
@ -8,7 +8,8 @@
|
||||
"post_install": [
|
||||
"Remove-Item \"$dir\\`$PLUGINSDIR\" -Recurse",
|
||||
"Remove-Item \"$dir\\`$TEMP\" -Recurse",
|
||||
"Remove-Item \"$dir\\uninstall.exe\""
|
||||
"Remove-Item \"$dir\\uninstall.exe\"",
|
||||
"if (!(test-path \"$dir\\tmp\")) { new-item \"$dir\\tmp\" -itemtype directory | out-null }"
|
||||
],
|
||||
"bin": [
|
||||
"bin\\scp.exe",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user