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