diff --git a/CHANGELOG.md b/CHANGELOG.md index 9423e7d..d696e50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.48.2-37 (2020/08/27) + +* Visual Studio Code 1.48.2 +* Portapps 2.6.0 + ## 1.47.3-36 (2020/08/11) * Visual Studio Code 1.47.3 diff --git a/build.properties b/build.properties index 0be73d7..b63cfb8 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.47.3 -app.release = 36 +app.version = 1.48.2 +app.release = 37 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/91899dcef7b8110878ea59626991a18c8a6a1b3e/VSCode-win32-ia32-${app.version}.zip +atf.win32.url = https://az764295.vo.msecnd.net/stable/a0479759d6e9ea56afa657e454193f72aef85bd0/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/91899dcef7b8110878ea59626991a18c8a6a1b3e/VSCode-win32-x64-${app.version}.zip +atf.win64.url = https://az764295.vo.msecnd.net/stable/a0479759d6e9ea56afa657e454193f72aef85bd0/VSCode-win32-x64-${app.version}.zip atf.win64.assertextract = Code.exe