-
Notifications
You must be signed in to change notification settings - Fork 12
/
Aqua-RC.yml
42 lines (42 loc) · 1.53 KB
/
Aqua-RC.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: 2024.1-241.15989.156
description: JetBrains Aqua Preview. A powerful IDE for test automation
homepage: https://www.jetbrains.com/aqua/
license: Unknown
architecture:
64bit:
url:
- https://download.jetbrains.com/aqua/aqua-241.15989.156.exe#/cosi.7z
- https://raw.githubusercontent.com/shovel-org/Windows-JetBrains-Bucket/main/scripts/portable.ps1
hash:
- 9449c5774f13086389b45212867998a0f44b0aee8c690eb01a9e82755417c9e6
- 2255673952a7909596b8783f6e913d2301f91f0def0275fcfbc6371b0ca021f8
arm64:
url:
- https://download.jetbrains.com/aqua/aqua-241.15989.156-aarch64.exe#/cosi.7z
- https://raw.githubusercontent.com/shovel-org/Windows-JetBrains-Bucket/main/scripts/portable.ps1
hash:
- 9db6d9ca67ffba06d0462f43ddda3dff912f8dc0290392df6255aa4c6e4376b1
- 2255673952a7909596b8783f6e913d2301f91f0def0275fcfbc6371b0ca021f8
extract_to: IDE
installer:
script: |
& "$dir\portable.ps1" $dir $persist_dir
Remove-AppDirItem 'IDE\$*', 'portable.ps1'
shortcuts:
- - IDE\bin\aqua64.exe
- JetBrains\Aqua (Preview)
persist:
- IDE\bin\idea.properties
- profile
checkver:
url: https://data.services.jetbrains.com/products/releases?code=QA&latest=true&platform=windows&type=preview
regex: version":"(?<ver>[\d.]+)".*"build":"(?<build>[\d.]+)"
replace: ${ver}-${build}
autoupdate:
architecture:
64bit:
url: https://download.jetbrains.com/aqua/aqua-${matchBuild}.exe#/cosi.7z
arm64:
url: https://download.jetbrains.com/aqua/aqua-${matchBuild}-aarch64.exe#/cosi.7z
hash:
url: $url.sha256