Skip to content

Commit

Permalink
ReShade Addon build manifest added, SSN manifest updated
Browse files Browse the repository at this point in the history
  • Loading branch information
instinctualjealousy committed Nov 27, 2023
1 parent 87003c9 commit 9949edc
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions bucket/reshade-addons.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"version": "5.9.2",
"description": "A generic post-processing injector for games and video software with full add-on support",
"homepage": "https://reshade.me",
"license": "BSD-3-Clause",
"url": "https://reshade.me/downloads/ReShade_Setup_5.9.2_Addon.exe#/ReShade.exe",
"hash": "1ca9addc1adff77e996499c8d9bdf5fce24fadf1a4584e5e43cc51f1a527a56a",
"bin": "ReShade.exe",
"shortcuts": [
[
"ReShade.exe",
"ReShade"
]
],
"checkver": "<strong>Version\\s+([\\d.]+)</strong>",
"autoupdate": {
"url": "https://reshade.me/downloads/ReShade_Setup_$version_Addon.exe#/ReShade.exe"
}
}
4 changes: 2 additions & 2 deletions bucket/simple-sticky-notes.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.2",
"version": "6.3",
"description": "A simple yet configurable alternative to Microsoft's \"Sticky Notes\"",
"homepage": "https://www.simplestickynotes.com/",
"license": "Freeware",
Expand All @@ -9,7 +9,7 @@
"It also stores add-on content at \"C:\\Users\\<username>\\AppData\\Roaming\\Simnet\\Simple Sticky Notes\"."
],
"url": "https://www.simplestickynotes.com/setup/Setup_SimpleStickyNotes.exe",
"hash": "fa13ffb6a5df95b4a0b6fe5ec11356b65014f383cd6a5140cdaf84cc7e71180d",
"hash": "39efca3c8147545efb0f48ea61405430c8caf172b3c22cb0c3c7ca311476aec8",
"innosetup": true,
"pre_install": [
"if(!(Test-Path \"HKCU:\\SOFTWARE\\Simnet\\Simple Sticky Notes\")) { New-Item -Path \"HKCU:\\SOFTWARE\\Simnet\\Simple Sticky Notes\" -Force | Out-Null }",
Expand Down

0 comments on commit 9949edc

Please sign in to comment.