Skip to content

Commit

Permalink
Manifests updated, persistent-windows added
Browse files Browse the repository at this point in the history
  • Loading branch information
instinctualjealousy committed Dec 12, 2024
1 parent 1a22ee8 commit b80e88e
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 6 deletions.
6 changes: 3 additions & 3 deletions bucket/codec-tweak-tool.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"version": "6.7.3",
"version": "6.7.4",
"description": "A tool for managing Windows codecs and cleaning them up",
"homepage": "https://codecguide.com/download_other.htm",
"license": "Freeware",
"url": "https://files3.codecguide.com/CodecTweakTool_673.exe",
"hash": "e91748dff7fd72ba9333f26986ceea2b992be6ef77c48ea47dc30ec61ae2d33c",
"url": "https://files3.codecguide.com/CodecTweakTool_674.exe",
"hash": "983ac0b4aac86068159aebd8efc6367406d93f2015abd22a05110d87147fabef",
"pre_install": "Get-ChildItem \"$dir\\CodecTweakTool_***.exe\" | Rename-Item -NewName \"$dir\\CodecTweakTool.exe\"",
"shortcuts": [
[
Expand Down
26 changes: 26 additions & 0 deletions bucket/persistent-windows.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": "5.59",
"description": "A poorly-named utility that persists window size and position for when display count or resolution changes occur",
"homepage": "https://github.com/kangyu-california/PersistentWindows",
"license": "GPL-3.0-only",
"notes": "Add and configure PersistentWindows as a scheduled task by running \"$dir\\auto_start_pw.bat\" as administrator.",
"url": "https://github.com/kangyu-california/PersistentWindows/releases/download/5.59/PersistentWindows5.59.zip",
"hash": "f82fbdc5296acfd0998ecde1afd1454a25ca34fd0e5ebdb0e335494bfec3de16",
"bin": "PersistentWindows.exe",
"shortcuts": [
[
"PersistentWindows.exe",
"PersistentWindows"
]
],
"post_install": [
"$filePath = \"$dir\\auto_start_pw_aux.ps1\"",
"$content = Get-Content $filePath",
"$content = $content -replace '-splash=0', '-splash=0 -check_upgrade=0'",
"$content | Set-Content $filePath"
],
"checkver": "github",
"autoupdate": {
"url": "https://github.com/kangyu-california/PersistentWindows/releases/download/$version/PersistentWindows$version.zip"
}
}
6 changes: 3 additions & 3 deletions bucket/usbtreeview.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"version": "4.4.3",
"version": "4.4.4",
"description": "USB Device Tree Viewer is a lightweight utility that provides detailed technical information regarding all the USB devices you connected",
"homepage": "https://www.uwe-sieber.de/usbtreeview_e.html",
"license": "Freeware",
"architecture": {
"64bit": {
"url": "https://www.uwe-sieber.de/files/UsbTreeView_x64.zip",
"hash": "96664ad2dba9cdcdc55fbf98e189505ac59e69a81294ae614bf1ccf59b058756"
"hash": "37793a6e68bef1eaca538b31849d21014d978fa30bab75967f454d007afc37bb"
},
"32bit": {
"url": "https://www.uwe-sieber.de/files/UsbTreeView_Win32.zip",
"hash": "912a7e01eb92b851cf7b52d37f2fe41abbf43c8e4a983ee1422f26713809db34"
"hash": "39e3c393b18d98776773bbcb837210184e8e47515b2d264189d6b8759affc3e2"
}
},
"bin": "UsbTreeView.exe",
Expand Down

0 comments on commit b80e88e

Please sign in to comment.