Skip to content

Commit

Permalink
Upgrade to Visual Studio Code 1.31.1
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Feb 16, 2019
1 parent 6a7493d commit ad71302
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.0
app.version = 1.31.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/7c66f58312b48ed8ca4e387ebd9ffe9605332caa/VSCode-win32-ia32-${app.version}.zip
atf.win32.url = https://az764295.vo.msecnd.net/stable/1b8e8302e405050205e69b59abb3559592bb9e60/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/7c66f58312b48ed8ca4e387ebd9ffe9605332caa/VSCode-win32-x64-${app.version}.zip
atf.win64.url = https://az764295.vo.msecnd.net/stable/1b8e8302e405050205e69b59abb3559592bb9e60/VSCode-win32-x64-${app.version}.zip
atf.win64.assertextract = Code.exe

0 comments on commit ad71302

Please sign in to comment.