-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathautohotkeyv1.json
42 lines (42 loc) · 1.42 KB
/
autohotkeyv1.json
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"version": "1.1.36.02",
"description": "The ultimate automation scripting language for Windows.",
"homepage": "https://www.autohotkey.com/",
"license": "GPL-2.0-or-later",
"url": "https://github.com/Lexikos/AutoHotkey_L/releases/download/v1.1.36.02/AutoHotkey_1.1.36.02_setup.exe#/dl.7z",
"hash": "af7b8e60b4b54f5f85e6b207ac51926cb076aa4319b8e4c72e59b98c85818cae",
"architecture": {
"64bit": {
"bin": [
"autohotkeyu64.exe",
[
"autohotkeyu64.exe",
"autohotkey"
],
"compiler\\ahk2exe.exe"
],
"post_install": [
"Copy-Item \"$dir\\Compiler\\Unicode 64-bit.bin\" \"$dir\\Compiler\\AutoHotkeySC.bin\""
]
},
"32bit": {
"bin": [
"autohotkeyu32.exe",
[
"autohotkeyu32.exe",
"autohotkey"
],
"compiler\\ahk2exe.exe"
],
"post_install": [
"Copy-Item \"$dir\\Compiler\\Unicode 32-bit.bin\" \"$dir\\Compiler\\AutoHotkeySC.bin\""
]
}
},
"checkver": {
"github": "https://github.com/lexikos/autohotkey_l"
},
"autoupdate": {
"url": "https://github.com/Lexikos/AutoHotkey_L/releases/download/v$version/AutoHotkey_$version_setup.exe#/dl.7z"
}
}