-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathRider-EAP.yml
44 lines (44 loc) · 1.71 KB
/
Rider-EAP.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
43
44
version: 2025.1-EAP2-251.18673.40
description: Rider (Early Access Program). Fast, powerful and cross-platform .NET IDE by JetBrains.
homepage: https://www.jetbrains.com/rider/
license:
identifier: Proprietary
url: https://www.jetbrains.com/legal/agreements/user_eap.html
architecture:
64bit:
url:
- https://download.jetbrains.com/rider/JetBrains.Rider-2025.1-EAP2-251.18673.40.Checked.win.zip
- https://raw.githubusercontent.com/shovel-org/Windows-JetBrains-Bucket/main/scripts/portable.ps1
hash:
- 18582bf8c6d4679d4d9aece9c49279bd506fb2da415179ceef3b9962e6eab2e9
- 2255673952a7909596b8783f6e913d2301f91f0def0275fcfbc6371b0ca021f8
arm64:
url:
- https://download.jetbrains.com/rider/JetBrains.Rider-2025.1-EAP2-251.18673.40.Checked-aarch64.win.zip
- https://raw.githubusercontent.com/shovel-org/Windows-JetBrains-Bucket/main/scripts/portable.ps1
hash:
- ca17e6349704f886cfb8674e59ec39338d6e5782d892cc0d330333a7ba9ae6c8
- 2255673952a7909596b8783f6e913d2301f91f0def0275fcfbc6371b0ca021f8
extract_to: IDE
installer:
script: |
& "$dir\portable.ps1" $dir $persist_dir
Remove-AppDirItem 'IDE\$*', 'portable.ps1'
shortcuts:
- - IDE\bin\rider64.exe
- JetBrains\Rider (Early Access Program)
persist:
- IDE\bin\idea.properties
- profile
checkver:
url: https://data.services.jetbrains.com/products/releases?code=RD&latest=true&type=eap
regex: version":"(?<ver>[\w.-]+)".*"build":"(?<build>[\d.]+)"
replace: ${ver}-${build}
autoupdate:
architecture:
64bit:
url: https://download.jetbrains.com/rider/JetBrains.Rider-$version.Checked.win.zip
arm64:
url: https://download.jetbrains.com/rider/JetBrains.Rider-$version.Checked-aarch64.win.zip
hash:
url: $url.sha256