-
Notifications
You must be signed in to change notification settings - Fork 26
/
YoloMouse.yml
27 lines (27 loc) · 955 Bytes
/
YoloMouse.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
version: 0.11.3
description: YoloMouse. Game cursor changer
homepage: http://pandateemo.github.io/YoloMouse/
license:
identifier: CPL-1.0
url: https://github.com/PandaTeemo/YoloMouse/blob/master/etc/EULA.rtf
changelog: https://github.com/PandaTeemo/YoloMouse/releases/tag/0.11.3
architecture:
64bit:
url: https://github.com/PandaTeemo/YoloMouse/releases/download/0.11.3/YoloMouse64.msi
hash: 78e9bb8f8f64d562abcc667039ea483cc07a23c05d1a955412022d9ff102add7
extract_dir: YoloMouse
uninstaller:
script: |
if ($purge) {
Join-Path $env:LOCALAPPDATA 'YoloMouse' | Remove-Item -ErrorAction SilentlyContinue -Recurse
}
shortcuts:
- - YoloMouse.exe
- YoloMouse
checkver:
github: https://github.com/PandaTeemo/YoloMouse
autoupdate:
changelog: https://github.com/PandaTeemo/YoloMouse/releases/tag/$version
architecture:
64bit:
url: https://github.com/PandaTeemo/YoloMouse/releases/download/$version/YoloMouse64.msi