generated from ScoopInstaller/BucketTemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Manifests updated, persistent-windows added
- Loading branch information
1 parent
1a22ee8
commit b80e88e
Showing
3 changed files
with
32 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters