Skip to content

Commit

Permalink
dataspell@2024.2-242.20224.354: Add arm64 version, minor fix for auto…
Browse files Browse the repository at this point in the history
…update (relates to #13857)
  • Loading branch information
aliesbelik committed Aug 28, 2024
1 parent 98261a4 commit dca4e93
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions bucket/dataspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@
"architecture": {
"64bit": {
"url": "https://download.jetbrains.com/python/dataspell-2024.2.exe#/dl.7z",
"hash": "87f099ec14ae1f5b332baf77f0ee80cef40fac5cca1d33bfc9b3d0eeff1a46c5",
"shortcuts": [
[
"IDE\\bin\\dataspell64.exe",
"JetBrains\\DataSpell"
]
]
"hash": "87f099ec14ae1f5b332baf77f0ee80cef40fac5cca1d33bfc9b3d0eeff1a46c5"
},
"arm64": {
"url": "https://download.jetbrains.com/python/dataspell-2024.2-aarch64.exe#/dl.7z",
"hash": "ed0986b37ffb229da88a53638a10ef9d5c3a0d6253ebce3a6bd89648a4161ed8"
}
},
"extract_to": "IDE",
Expand All @@ -25,6 +23,12 @@
"Remove-Item \"$dir\\IDE\\`$*\" -Force -Recurse"
]
},
"shortcuts": [
[
"IDE\\bin\\dataspell64.exe",
"JetBrains\\DataSpell"
]
],
"persist": [
"IDE\\bin\\idea.properties",
"IDE\\bin\\dataspell.exe.vmoptions",
Expand All @@ -39,7 +43,10 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://download.jetbrains.com/python/dataspell-$matchHead.exe#/dl.7z"
"url": "https://download.jetbrains.com/python/dataspell-$matchVer.exe#/dl.7z"
},
"arm64": {
"url": "https://download.jetbrains.com/python/dataspell-$matchVer-aarch64.exe#/dl.7z"
}
},
"hash": {
Expand Down

0 comments on commit dca4e93

Please sign in to comment.