mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 02:01:26 +00:00
rclone: Persist rclone.conf (#2908)
* Persist rclone.conf in application directory for portability. Fix issue #1634 * Address comments about omitting error msg * Update rclone.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
parent
ee561b5784
commit
b668c3de23
@ -15,7 +15,9 @@
|
|||||||
"extract_dir": "rclone-v1.56.2-windows-386"
|
"extract_dir": "rclone-v1.56.2-windows-386"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"pre_install": "if (!(Test-Path \"$persist_dir\\rclone.conf\")) { New-Item -ItemType File \"$dir\\rclone.conf\" | Out-Null }",
|
||||||
"bin": "rclone.exe",
|
"bin": "rclone.exe",
|
||||||
|
"persist": "rclone.conf",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"github": "https://github.com/rclone/rclone"
|
"github": "https://github.com/rclone/rclone"
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user