Skip to content

Commit d5f2f5b

Browse files
committed
Visual Studio Code 1.34.0
1 parent 61cccaa commit d5f2f5b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.properties

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Portapps
2-
#core.dir = vendor/github.com/portapps/portapps
32
core.dir = ../portapps
43

54
# App
65
app = vscode
76
app.name = Visual Studio Code
87
app.type = archive
9-
app.version = 1.33.1
8+
app.version = 1.34.0
9+
app.homepage = https://code.visualstudio.com
1010

1111
# Portable app
1212
papp.id = ${app}-portable
@@ -20,9 +20,9 @@ papp.folder = app
2020
atf.id = VSCode
2121
atf.win32.filename = ${atf.id}-win32-${app.version}
2222
atf.win32.ext = .zip
23-
atf.win32.url = https://az764295.vo.msecnd.net/stable/51b0b28134d51361cf996d2f0a1c698247aeabd8/VSCode-win32-ia32-${app.version}.zip
23+
atf.win32.url = https://az764295.vo.msecnd.net/stable/a622c65b2c713c890fcf4fbf07cf34049d5fe758/VSCode-win32-ia32-${app.version}.zip
2424
atf.win32.assertextract = Code.exe
2525
atf.win64.filename = ${atf.id}-win64-${app.version}
2626
atf.win64.ext = .zip
27-
atf.win64.url = https://az764295.vo.msecnd.net/stable/51b0b28134d51361cf996d2f0a1c698247aeabd8/VSCode-win32-x64-${app.version}.zip
27+
atf.win64.url = https://az764295.vo.msecnd.net/stable/a622c65b2c713c890fcf4fbf07cf34049d5fe758/VSCode-win32-x64-${app.version}.zip
2828
atf.win64.assertextract = Code.exe

0 commit comments

Comments
 (0)