-
Notifications
You must be signed in to change notification settings - Fork 1.6k
rectanglewin: Add version 0.2.1 #16847
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
14fe14f
rectanglewin: Add version 0.2.1
scillidan 735c9c3
rectanglewin@0.2.1: Fix autoupdate
scillidan 4188ba0
rectanglewin@0.2.1: Fix autoupdate
scillidan 5217d78
rectanglewin@0.2.1: Fix autoupdate
scillidan b8b3815
rectanglewin@0.2.1: Add arm64 architecture; write architecture better…
scillidan d265300
rectanglewin@0.2.1: Fix url of autoupdate
scillidan b9d0451
rectanglewin@0.2.1: Using lowercase for hash of arm64
scillidan 1443fc2
rectanglewin@0.2.1: Update writing of autoupdate
scillidan e446d81
rectanglewin@0.2.1: Fix autoupdate
scillidan 1c9aedf
rectanglewin@0.2.1: Fix hash of autoupdate
scillidan b66da31
rectanglewin@0.2.1: Fix autoupdate
scillidan da3e373
Simply autoupdate hash extraction
z-Fng 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
Some comments aren't visible on the classic Files Changed page.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,51 @@ | ||
| { | ||
| "version": "0.2.1", | ||
| "description": "Spectacle/Rectangle for Windows: Hotkey-driven window snapping for Windows 10/11.", | ||
| "homepage": "https://github.com/ahmetb/RectangleWin", | ||
| "license": "Apache-2.0", | ||
| "architecture": { | ||
| "64bit": { | ||
| "url": "https://github.com/ahmetb/RectangleWin/releases/download/v0.2.1/RectangleWin-x64-v0.2.1.exe", | ||
| "hash": "1168a7ca0fcbc399114fcdbf6beddaa1e71513e9746d08cf10324f90f3f9f480", | ||
| "pre_install": "Get-ChildItem \"$dir\\RectangleWin-x64-*.exe\" | Rename-Item -NewName 'RectangleWin-x64.exe'", | ||
| "shortcuts": [ | ||
| [ | ||
| "RectangleWin-x64.exe", | ||
| "RectangleWin" | ||
| ] | ||
| ] | ||
| }, | ||
| "32bit": { | ||
| "url": "https://github.com/ahmetb/RectangleWin/releases/download/v0.2.1/RectangleWin-x86-v0.2.1.exe", | ||
| "hash": "6e7dbadf3a6b2609bbe4e7b588426674dd05a4c612c61c7aefd72ad04bf515a1", | ||
| "pre_install": "Get-ChildItem \"$dir\\RectangleWin-x86-*.exe\" | Rename-Item -NewName 'RectangleWin-x86.exe'", | ||
| "shortcuts": [ | ||
| [ | ||
| "RectangleWin-x86.exe", | ||
| "RectangleWin" | ||
| ] | ||
| ] | ||
| } | ||
| }, | ||
| "checkver": "github", | ||
| "autoupdate": { | ||
| "architecture": { | ||
| "64bit": { | ||
| "url": "https://github.com/ahmetb/RectangleWin/releases/download/v$version/RectangleWin-x64-v$version.exe", | ||
| "hash": { | ||
| "url": "$baseurl/RectangleWin_v$version_checksums.txt", | ||
| "find": "([a-f0-9]{64})\\s+RectangleWin-x64.*" | ||
| } | ||
| } | ||
| }, | ||
| "architecture": { | ||
| "32bit": { | ||
| "url": "https://github.com/ahmetb/RectangleWin/releases/download/$version/RectangleWin-x86-v$version.exe", | ||
| "hash": { | ||
| "url": "$baseurl/RectangleWin_v$version_checksums.txt", | ||
| "find": "([a-f0-9]{64})\\s+RectangleWin-x86.*" | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } | ||
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.