-
Notifications
You must be signed in to change notification settings - Fork 1.7k
various: Fix checkver, autoupdate that fails in Excevator #16349
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
o-l-a-v
wants to merge
24
commits into
ScoopInstaller:master
from
o-l-a-v:fix-various-checkver-autoupdate
Closed
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
588798a
Use GitHub for checkver as the old URL blocks bots with Cloudflare
o-l-a-v 7d5e20e
Deprecate authy
o-l-a-v dd7c321
Deprecate betaflight-blackbox-explorer
o-l-a-v 8943d42
Update, change to innosetup, and fix checkver
o-l-a-v 07958bc
Change shortcut name to match project name
o-l-a-v 18a7dbe
Add purge logic
o-l-a-v c251e96
Deprecate cider
o-l-a-v 551ee47
Fixed clementine new non-standard version number
o-l-a-v 5a5992e
Updated and fixed checkver
o-l-a-v 3e4c7d1
Fixed checkver to exclude beta releases not marked as prereleases on …
o-l-a-v 2a900a4
Updated, fixed license and checkver
o-l-a-v d94eed1
Updated and fixed checkver
o-l-a-v 48337e5
Both checkver and downloading is blocked by Cloudflare
o-l-a-v 0525f62
Made checkver exclude prereleases not marked as such + fixed order of…
o-l-a-v 7bc6ed2
Fixed typo pointed out by CodeRabbit
o-l-a-v 9be9910
Deprecate
o-l-a-v 20114c1
Deprecate
o-l-a-v 3c011ad
Fixed checkver, autoupdate and install. There is no "OutputForwarderV…
o-l-a-v cdbd8ab
Deprecated
o-l-a-v eccc429
Fixed checkver logic
o-l-a-v d2eadea
Updated and fixed checkver
o-l-a-v 381104f
Fixed checkver and fixed homepage
o-l-a-v ec0242f
Updated and fixed checkver and autoupdate logic. Very uncommon and no…
o-l-a-v 4060d54
fvim: Make manifest JSON schema compliant
o-l-a-v File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
| @@ -1,18 +1,31 @@ | ||
| { | ||
| "version": "2.4", | ||
| "version": "24.09.1", | ||
| "description": "In Windows 11 the old volume mixer was \"removed\" and instead a new mixer was added to the settings app.", | ||
| "homepage": "https://github.com/popeen/Classic-Volume-Mixer", | ||
| "license": "MIT", | ||
| "url": "https://github.com/popeen/Classic-Volume-Mixer/releases/download/v2.4/ClassicVolumeMixer.exe", | ||
| "hash": "a2b2c8bbd8e28556b64a627b5732fc191439229b079737d7e841d13f93f5c7f6", | ||
| "url": "https://github.com/popeen/Classic-Volume-Mixer/releases/download/24.09.1/setup.exe", | ||
| "hash": "27c09ecc64aefb7d4a0ff0ecbd6b224a9deab3d5f29dc56e5f66a374fa5e0f46", | ||
| "innosetup": true, | ||
| "shortcuts": [ | ||
| [ | ||
| "ClassicVolumeMixer.exe", | ||
| "ClassicVolumeMixer" | ||
| ] | ||
| ], | ||
| "post_uninstall": [ | ||
| "if ($purge) {", | ||
| " $Files = [string[]](", | ||
| " ('{0}\\ClassicVolumeMixerSettings.json' -f $env:APPDATA)", | ||
| " )", | ||
| " $Files.ForEach{", | ||
| " if ([System.IO.File]::Exists($_)) {", | ||
| " $null = [System.IO.File]::Delete($_)", | ||
| " }", | ||
| " }", | ||
| "}" | ||
| ], | ||
| "checkver": "github", | ||
| "autoupdate": { | ||
| "url": "https://github.com/popeen/Classic-Volume-Mixer/releases/download/v$version/ClassicVolumeMixer.exe" | ||
| "url": "https://github.com/popeen/Classic-Volume-Mixer/releases/download/$version/setup.exe" | ||
| } | ||
| } |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.