Skip to content

Commit

Permalink
Upgrade to Visual Studio Code 1.32.1
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Mar 9, 2019
1 parent 0899fe3 commit 25aa8cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ core.dir = ../portapps
app = vscode
app.name = Visual Studio Code
app.type = archive
app.version = 1.31.1
app.version = 1.32.1

# Portable app
papp.id = ${app}-portable
Expand All @@ -20,9 +20,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/1b8e8302e405050205e69b59abb3559592bb9e60/VSCode-win32-ia32-${app.version}.zip
atf.win32.url = https://az764295.vo.msecnd.net/stable/05f146c7a8f7f78e80261aa3b2a2e642586f9eb3/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/1b8e8302e405050205e69b59abb3559592bb9e60/VSCode-win32-x64-${app.version}.zip
atf.win64.url = https://az764295.vo.msecnd.net/stable/05f146c7a8f7f78e80261aa3b2a2e642586f9eb3/VSCode-win32-x64-${app.version}.zip
atf.win64.assertextract = Code.exe

0 comments on commit 25aa8cf

Please sign in to comment.