From 5bc9116535bd31e6633adc5d95f40193310cb2de Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Wed, 27 Oct 2021 00:22:03 +0200 Subject: [PATCH] Visual Studio Code 1.61.2 --- CHANGELOG.md | 5 +++++ build.properties | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed0b3c1..449dfee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.61.2-45 (2021/10/27) + +* Visual Studio Code 1.61.2 +* Portapps 3.3.1 + ## 1.58.0-44 (2021/07/11) * Visual Studio Code 1.58.0 diff --git a/build.properties b/build.properties index b51d4e6..0ccdfca 100644 --- a/build.properties +++ b/build.properties @@ -5,8 +5,8 @@ core.dir = ../portapps app = vscode app.name = Visual Studio Code app.type = archive -app.version = 1.58.0 -app.release = 44 +app.version = 1.61.2 +app.release = 45 app.homepage = https://code.visualstudio.com # Portable app @@ -21,5 +21,5 @@ papp.folder = app atf.id = VSCode atf.win64.filename = ${atf.id}-win64-${app.version} atf.win64.ext = .zip -atf.win64.url = https://az764295.vo.msecnd.net/stable/2d23c42a936db1c7b3b06f918cde29561cc47cd6/VSCode-win32-x64-${app.version}.zip +atf.win64.url = https://az764295.vo.msecnd.net/stable/6cba118ac49a1b88332f312a8f67186f7f3c1643/VSCode-win32-x64-${app.version}.zip atf.win64.assertextract = Code.exe