Skip to content

Commit

Permalink
NEW: EventLogViewer
Browse files Browse the repository at this point in the history
  • Loading branch information
Capella87 committed Nov 4, 2024
1 parent 7c66198 commit 361ba43
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ git pull origin master --force
* CuteMaze (Maze game)
* Digital (Circuit simulator)
* Dummy DLL Generator
* EventLogViewer (Event log viewer for Windows)
* ExifGlass (Tool of ImageGlass, But standalone)
* FocusWriter (Distraction-free writing tool)
* GalaxyBudsClient (Unofficial open-source Galaxy Buds manager)
Expand Down
45 changes: 45 additions & 0 deletions bucket/eventlogviewer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"version": "1.011",
"description": "Viewer of event logs on a local or remote computer",
"homepage": "https://kurtzimmermann.com/index_e.html",
"license": "Freeware",
"architecture": {
"64bit": {
"url": "https://kurtzimmermann.com/files/EventLogViewerX64.zip",
"hash": "0159c1dc58ccc74ee675514455ed87f522716e88435b5f0df8c1be748ec7cacc"
},
"32bit": {
"url": "https://kurtzimmermann.com/files/EventLogViewerX32.zip",
"hash": "cc80158e4b74da9098d6f3f8041920a73cfb2baed1e440a68a861eee123b20e0"
}
},
"post_install": "Remove-Item $dir\\Updater.exe -Force",
"bin": "EventLogViewer.exe",
"shortcuts": [
[
"EventLogViewer.exe",
"EventLogViewer"
]
],
"persist": [
"Settings",
"Temp",
"Update",
"XML"
],
"checkver": {
"url": "https://www.majorgeeks.com/files/details/eventlogviewer.html",
"regex": "EventLogViewer ([\\d.]+)",
"reverse": false
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://kurtzimmermann.com/files/EventLogViewerX64.zip"
},
"32bit": {
"url": "https://kurtzimmermann.com/files/EventLogViewerX32.zip"
}
}
}
}

0 comments on commit 361ba43

Please sign in to comment.