Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
- address review findings
  - #385 (comment)
  - #385 (comment)
  - #385 (comment)

Co-authored-by: Hsiao-nan Cheung <[email protected]>
  • Loading branch information
pohlymorph and niheaven committed Jan 11, 2025
1 parent 0091b44 commit b132c40
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions bucket/beyondcompare-np.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@
"",
"Or maybe you want to upgrade license from v4 to v5: https://www.scootersoftware.com/kb/upgradepolicy"
],
"innosetup": true,
"url": "https://www.scootersoftware.com/files/BCompare-5.0.4.30422.exe",
"hash": "d74892601a50514b5636e27d4be4d3ac38597f2f6c7c7b6b5b169a48ffa1f341",
"architecture": {
"64bit": {
"url": "https://www.scootersoftware.com/files/BCompareSetup-5.0.4.30422.zip",
"hash": "2cfb571c94885fce248e6eac4da3f02c930db35176bd964f22b203a6833f5672",
"installer": {
"file": "BCompareSetup.exe",
"args": [
"/DIR=\"$dir\"",
"/VERYSILENT",
Expand All @@ -32,16 +30,15 @@
}
},
"32bit": {
"url": "https://www.scootersoftware.com/files/BCompareSetup-5.0.4.30422.zip",
"hash": "2cfb571c94885fce248e6eac4da3f02c930db35176bd964f22b203a6833f5672",
"installer": {
"file": "BCompareSetup.exe",
"args": [
"/32",
"/DIR=\"$dir\"",
"/VERYSILENT",
"/SUPPRESSMSGBOXES",
"/NORESTART"
"/NORESTART",
"/NOICONS",
"/CURRENTUSER"
]
}
}
Expand Down Expand Up @@ -88,10 +85,10 @@
"}"
],
"checkver": {
"url": "https://www.scootersoftware.com/kb/dl5_winalternate",
"regex": "files/BCompareSetup-([\\d.]+)\\.zip"
"url": "https://www.scootersoftware.com/download",
"regex": "BCompare-([\\d.]+)\\.exe"
},
"autoupdate": {
"url": "https://www.scootersoftware.com/files/BCompareSetup-$version.zip"
"url": "https://www.scootersoftware.com/files/BCompare-$version.exe"
}
}

0 comments on commit b132c40

Please sign in to comment.