diff --git a/CHANGELOG.md b/CHANGELOG.md index 55f27c7..fefc4bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.49.3-39 (2020/10/05) + +* Visual Studio Code 1.49.3 + ## 1.49.0-38 (2020/09/24) * Visual Studio Code 1.49.0 diff --git a/build.properties b/build.properties index 0b60662..cbc7897 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.49.0 -app.release = 38 +app.version = 1.49.3 +app.release = 39 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/e790b931385d72cf5669fcefc51cdf65990efa5d/VSCode-win32-ia32-${app.version}.zip +atf.win32.url = https://az764295.vo.msecnd.net/stable/2af051012b66169dde0c4dfae3f5ef48f787ff69/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/e790b931385d72cf5669fcefc51cdf65990efa5d/VSCode-win32-x64-${app.version}.zip +atf.win64.url = https://az764295.vo.msecnd.net/stable/2af051012b66169dde0c4dfae3f5ef48f787ff69/VSCode-win32-x64-${app.version}.zip atf.win64.assertextract = Code.exe