From dca4e93e684da44c5d7593d9429976955556619b Mon Sep 17 00:00:00 2001 From: Aliaksandr Belik Date: Wed, 28 Aug 2024 04:20:59 +0300 Subject: [PATCH] dataspell@2024.2-242.20224.354: Add arm64 version, minor fix for autoupdate (relates to #13857) --- bucket/dataspell.json | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/bucket/dataspell.json b/bucket/dataspell.json index d5368046421312..cf840ee919c2c8 100644 --- a/bucket/dataspell.json +++ b/bucket/dataspell.json @@ -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", @@ -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", @@ -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": {