mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
sliksvn: Fix install script
This commit is contained in:
parent
9981276c9e
commit
05047adc1d
@ -18,14 +18,16 @@
|
||||
}
|
||||
},
|
||||
"pre_install": [
|
||||
"Get-ChildItem \"$dir\\Slik-Subversion-*.msi\" | Select-Object -First 1 | ForEach-Object {Rename-Item $_ 'dl.msi'}",
|
||||
"Expand-MsiArchive \"$dir\\dl.msi\" \"$dir\" -ExtractDir 'SlikSvn' -Removal | Out-Null"
|
||||
"Get-Item \"$dir\\Slik-Subversion-*.msi\" | Expand-MsiArchive -Destination \"$dir\" -ExtractDir 'PFiles' -Removal | Out-Null"
|
||||
],
|
||||
"bin": [
|
||||
"bin\\svn.exe",
|
||||
"bin\\svnadmin.exe",
|
||||
"bin\\svnauthz.exe",
|
||||
"bin\\svnauthz-validate.exe",
|
||||
"bin\\svnbench.exe",
|
||||
"bin\\svndumpfilter.exe",
|
||||
"bin\\svnfsfs.exe",
|
||||
"bin\\svnlook.exe",
|
||||
"bin\\svnmucc.exe",
|
||||
"bin\\svn-populate-node-origins-index.exe",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user