From f72ca919e66faa38a319de4e370bf4d7c6078d6d Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sat, 25 Apr 2020 18:15:15 +0200 Subject: [PATCH] Visual Studio Code 1.44.2 --- CHANGELOG.md | 5 +++++ build.properties | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc43e52..4192ced 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.44.2-31 (2020/05/25) + +* Visual Studio Code 1.44.2 +* Portapps 2.2.0 + ## 1.44.0-30 (2020/04/13) * Visual Studio Code 1.44.0 diff --git a/build.properties b/build.properties index f79c968..65f9a79 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.44.0 -app.release = 30 +app.version = 1.44.2 +app.release = 31 app.homepage = https://code.visualstudio.com # Portable app @@ -21,9 +21,9 @@ papp.folder = app atf.id = VSCode atf.win32.filename = ${atf.id}-win32-${app.version} atf.win32.ext = .zip -atf.win32.url = https://az764295.vo.msecnd.net/stable/2aae1f26c72891c399f860409176fe435a154b13/VSCode-win32-ia32-${app.version}.zip +atf.win32.url = https://az764295.vo.msecnd.net/stable/ff915844119ce9485abfe8aa9076ec76b5300ddd/VSCode-win32-ia32-${app.version}.zip atf.win32.assertextract = Code.exe atf.win64.filename = ${atf.id}-win64-${app.version} atf.win64.ext = .zip -atf.win64.url = https://az764295.vo.msecnd.net/stable/2aae1f26c72891c399f860409176fe435a154b13/VSCode-win32-x64-${app.version}.zip +atf.win64.url = https://az764295.vo.msecnd.net/stable/ff915844119ce9485abfe8aa9076ec76b5300ddd/VSCode-win32-x64-${app.version}.zip atf.win64.assertextract = Code.exe