-
Notifications
You must be signed in to change notification settings - Fork 1.6k
rawaccel: Add version 1.7.1 #16995
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
Open
eugenesvk
wants to merge
1
commit into
ScoopInstaller:master
Choose a base branch
from
eugenesvk:fr-rawaccel
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
rawaccel: Add version 1.7.1 #16995
Changes from all commits
Commits
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,66 @@ | ||
| { | ||
| "version": "1.7.1", | ||
| "description": "Kernel mode mouse acceleration: Win 10/11 x86-64 driver which allows for the acceleration of mouse input in the raw input stream", | ||
| "homepage": "https://github.com/RawAccelOfficial/rawaccel", | ||
| "license": "MIT", | ||
| "notes": [ | ||
| "❗ To finish installing the driver: run 'Raw Accel Driver Installer' Scoop shortcut or 'scoop/apps/rawaccel/installer.exe'", | ||
| "(requires elevation to install 'rawaccel.sys' system-wide and is thus not enabled in Scoop)", | ||
| "Added startup shortcut to the registry 'HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Run\\RawAccel'", | ||
| "Anti-Cheat friendly: drivers are signed and run in system space. The app only modifies mouse input by a constant set of formulas, and adds a one-second delay when changing settings in order to mitigate its abuse" | ||
| ], | ||
| "architecture": { | ||
| "64bit": { | ||
| "url": "https://github.com/RawAccelOfficial/rawaccel/releases/download/v1.7.1/RawAccel_v1.7.1.zip", | ||
| "hash": "770fe3ae0919ca3c4d412f58c985eb27f5434decad809f7e8206de4e8852eec4", | ||
| "extract_dir": "RawAccel" | ||
| } | ||
| }, | ||
| "pre_install": "New-Item -Path \"$dir/settings.json\" -ItemType file | Out-Null", | ||
| "post_install": [ | ||
| "\"$dir/installer.exe\"", | ||
| "New-ItemProperty -Force -Path HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Run -Name RawAccel -PropertyType String -Value \"`\"$dir\\writer.exe`\" `\"$dir\\settings.json`\"\"" | ||
| ], | ||
| "pre_uninstall": [ | ||
| "\"$dir/uninstaller.exe\"", | ||
| "Remove-ItemProperty -Path HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Run -Name RawAccel -ErrorAction SilentlyContinue" | ||
| ], | ||
| "bin": [ | ||
| [ | ||
| "rawaccel.exe", | ||
| "rawaccel" | ||
| ] | ||
| ], | ||
| "shortcuts": [ | ||
| [ | ||
| "rawaccel.exe", | ||
| "Raw Accel Start¦Configure (GUI)" | ||
| ], | ||
| [ | ||
| "writer.exe", | ||
| "Raw Accel Start (CLI)", | ||
| "\"$dir/settings.json\"" | ||
| ], | ||
| [ | ||
| "installer.exe", | ||
| "Raw Accel Driver Installer" | ||
| ], | ||
| [ | ||
| "uninstaller.exe", | ||
| "Raw Accel Driver Uninstaller" | ||
| ] | ||
| ], | ||
| "persist": "settings.json", | ||
| "checkver": { | ||
| "url": "https://github.com/RawAccelOfficial/rawaccel/releases", | ||
| "regex": "/v([\\w\\.-]+)\"" | ||
| }, | ||
| "autoupdate": { | ||
| "architecture": { | ||
| "64bit": { | ||
| "url": "https://github.com/RawAccelOfficial/rawaccel/releases/download/v$version/RawAccel_v$version.zip", | ||
| "extract_dir": "RawAccel" | ||
| } | ||
| } | ||
| } | ||
| } | ||
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.