-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Expand file tree
/
Copy pathfastcopy.json
More file actions
44 lines (44 loc) · 1.61 KB
/
fastcopy.json
File metadata and controls
44 lines (44 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"version": "5.11.2",
"description": "The Fastest copy/backup software.",
"homepage": "https://fastcopy.jp/",
"license": {
"identifier": "Freeware",
"url": "https://fastcopy.jp/help/fastcopy_eng.htm#license"
},
"notes": [
"If an error occurs when updating or uninstalling, execute the following command then retry:",
"`Stop-Process -Name 'explorer'`"
],
"url": "https://fastcopy.jp/archive/FastCopy5.11.2_installer.exe",
"hash": "70b273dd08c15d40fac59a217b93be195bacfa47acabd031463a6df800d29fea",
"pre_install": [
"Start-Process \"$dir\\$fname\" -Args @('/SILENT', \"/DIR=\"\"$dir\"\"\", '/NOPROG', '/NODESK') -Wait",
"Copy-Item \"$persist_dir\\FastCopy.log\", \"$persist_dir\\FastCopy2.ini\", \"$persist_dir\\Log\" -Destination \"$dir\" -Force -Recurse -ErrorAction SilentlyContinue",
"Remove-Item \"$dir\\$fname\""
],
"bin": [
"FastCopy.exe",
"FcHash.exe",
"fcp.exe"
],
"shortcuts": [
[
"FastCopy.exe",
"FastCopy"
],
[
"doc\\FastCopy.chm",
"FastCopy Manual"
]
],
"pre_uninstall": [
"ensure \"$persist_dir\\Log\" | Out-Null",
"Copy-Item \"$dir\\FastCopy.log\", \"$dir\\FastCopy2.ini\", \"$dir\\Log\" -Destination \"$persist_dir\" -Force -Recurse -ErrorAction SilentlyContinue",
"Start-Process \"$dir\\setup.exe\" -Args @('/SILENT', '/r') -Wait"
],
"checkver": "Download v([\\d.]+)",
"autoupdate": {
"url": "https://fastcopy.jp/archive/FastCopy$version_installer.exe"
}
}