Skip to content

Commit

Permalink
honeyview update to version 5.32
Browse files Browse the repository at this point in the history
  • Loading branch information
gaojr committed Mar 22, 2020
1 parent 9658ecd commit b887268
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bucket/honeyview.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"version": "5.31",
"description": "A fast image viewer.",
"version": "5.32",
"description": "A fast image viewer",
"homepage": "https://www.bandisoft.com/honeyview/",
"license": {
"identifier": "Freeware",
"url": "https://www.bandisoft.com/honeyview/eula/"
},
"url": "https://dl.bandisoft.com/honeyview/HONEYVIEW-SETUP.EXE",
"hash": "086e3c5a83c69e95447704c533ce8b9a9d4cf655f46d644fdde6b8f92f22d175",
"hash": "29a806d4ecc1e153c50db9091ebd1efcbb4a39a829f27918fd7636587add2e47",
"pre_install": [
"Expand-7zipArchive \"$dir\\$fname\" -Overwrite Rename -Removal",
"Remove-Item \"$dir\\$*\" -Recurse",
"if (-not (Test-Path \"$persist_dir\\settings.ini\")) { New-Item \"$dir\\settings.ini\" -ItemType File | Out-Null }",
"if (-not (Test-Path \"$persist_dir\\setting.ini\")) { New-Item \"$dir\\setting.ini\" -ItemType File | Out-Null }",
"# Enable portable mode",
"$cont = (Get-Content \"$dir\\config.ini\") -replace '^(is_portable\\s+=\\s+)0', '${1}1'",
"Set-Content \"$dir\\config.ini\" $cont -Encoding ASCII -Force"
Expand All @@ -37,7 +37,7 @@
],
"persist": [
"config.ini",
"settings.ini"
"setting.ini"
],
"checkver": "Download Honeyview \\(v([\\d.]+)\\)",
"autoupdate": {
Expand Down

0 comments on commit b887268

Please sign in to comment.