Skip to content

Commit

Permalink
Visual Studio Code 1.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed May 17, 2019
1 parent 61cccaa commit d5f2f5b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.properties
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Portapps
#core.dir = vendor/github.com/portapps/portapps
core.dir = ../portapps

# App
app = vscode
app.name = Visual Studio Code
app.type = archive
app.version = 1.33.1
app.version = 1.34.0
app.homepage = https://code.visualstudio.com

# 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/51b0b28134d51361cf996d2f0a1c698247aeabd8/VSCode-win32-ia32-${app.version}.zip
atf.win32.url = https://az764295.vo.msecnd.net/stable/a622c65b2c713c890fcf4fbf07cf34049d5fe758/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/51b0b28134d51361cf996d2f0a1c698247aeabd8/VSCode-win32-x64-${app.version}.zip
atf.win64.url = https://az764295.vo.msecnd.net/stable/a622c65b2c713c890fcf4fbf07cf34049d5fe758/VSCode-win32-x64-${app.version}.zip
atf.win64.assertextract = Code.exe

0 comments on commit d5f2f5b

Please sign in to comment.