Skip to content

Commit

Permalink
lunatranslator: Update to version 7.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 29, 2025
1 parent e892434 commit 2a615e1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bucket/lunatranslator.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"version": "7.5.0",
"version": "7.5.1",
"description": "Galgame翻译器,支持HOOK、OCR、剪贴板等。Visual Novel Translator , support HOOK / OCR / clipboard",
"homepage": "https://github.com/HIllya51/LunaTranslator",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/HIllya51/LunaTranslator/releases/download/v7.5.0/LunaTranslator.zip",
"hash": "64e158b1c43089d311a66e8788e8fff93b50adb7a1a9787b7025d72f5c014010",
"url": "https://github.com/HIllya51/LunaTranslator/releases/download/v7.5.1/LunaTranslator.zip",
"hash": "ce9bf256196876e83ca25740ac01f2c4cda3738b6597783b0a5d28862aedb09a",
"pre_install": [
"Rename-Item -Path \"$($dir)\\LunaTranslator\" -NewName \"dir\" -Force",
"Get-ChildItem -Path \"$($dir)\\dir\" -Recurse | ForEach-Object { Move-Item -Path $_.FullName -Destination \"$($dir)\\$($_.Name)\" -Force }",
"Remove-Item -Path \"$($dir)\\dir\" -Recurse -Force"
]
},
"32bit": {
"url": "https://github.com/HIllya51/LunaTranslator/releases/download/v7.5.0/LunaTranslator_x86.zip",
"url": "https://github.com/HIllya51/LunaTranslator/releases/download/v7.5.1/LunaTranslator_x86.zip",
"extract_dir": "LunaTranslator_x86",
"hash": "1cfa3d860bd77db89efb2e6154ee5d59427f93b569f5418e410b41ea27aed1eb"
"hash": "504ddda62d97cadbf78d709b54d1738abadfba6a3d9c6ea755f005d95b810b42"
}
},
"shortcuts": [
Expand Down

0 comments on commit 2a615e1

Please sign in to comment.