-
Notifications
You must be signed in to change notification settings - Fork 26
/
WindowsTerminal-preview.yml
42 lines (42 loc) · 1.91 KB
/
WindowsTerminal-preview.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
version: 1.22.3232.0
description: The new Windows Terminal, and the original Windows console host
homepage: https://github.com/microsoft/terminal
license: MIT
changelog: https://github.com/microsoft/terminal/releases/tag/v1.22.3232.0
suggest:
vcredist: extras/vcredist2019
pre_download: Assert-WindowsMinimalVersion '10.0.22000.0'
architecture:
64bit:
url: https://github.com/microsoft/terminal/releases/download/v1.22.3232.0/Microsoft.WindowsTerminalPreview_1.22.3232.0_x64.zip
hash: ce435f21a234271af2c53c0be996d2433c5fbb4a8ecd83b61253eb8b6a6b07ec
32bit:
url: https://github.com/microsoft/terminal/releases/download/v1.22.3232.0/Microsoft.WindowsTerminalPreview_1.22.3232.0_x86.zip
hash: 04267d98492ce7943a08ca14e86ee9dcd40f02af3869a9aea9ab47af843e126b
arm64:
url: https://github.com/microsoft/terminal/releases/download/v1.22.3232.0/Microsoft.WindowsTerminalPreview_1.22.3232.0_arm64.zip
hash: 3d9feac5fb76884f4a7906e2fc3b38103aa455366a385720c2b548fbb567abbc
extract_dir: terminal-1.22.3232.0
bin:
- wt.exe
- - wt.exe
- wt-preview
shortcuts:
- - WindowsTerminal.exe
- Windows Terminal Preview
checkver:
url: https://api.github.com/repos/microsoft/terminal/releases
regex: download/v([\d.]+)/Microsoft.WindowsTerminalPreview_
autoupdate:
changelog: https://github.com/microsoft/terminal/releases/tag/v$version
architecture:
64bit:
url: https://github.com/microsoft/terminal/releases/download/v$version/Microsoft.WindowsTerminalPreview_$version_x64.zip
32bit:
url: https://github.com/microsoft/terminal/releases/download/v$version/Microsoft.WindowsTerminalPreview_$version_x86.zip
arm64:
url: https://github.com/microsoft/terminal/releases/download/v$version/Microsoft.WindowsTerminalPreview_$version_arm64.zip
hash:
url: https://github.com/microsoft/terminal/releases/tag/v$version
regex: (?smi)<li>$basename.*?<code>$sha256</code>
extract_dir: terminal-$version