Skip to content

Commit 3d40bab

Browse files
committed
Visual Studio Code 1.55.2
1 parent 4a0f9c3 commit 3d40bab

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.55.2-43 (2021/04/15)
4+
5+
* Visual Studio Code 1.55.2
6+
* Portapps 3.3.0
7+
* No more win32 release
8+
39
## 1.53.2-42 (2021/02/15)
410

511
* Visual Studio Code 1.53.2

build.properties

+3-7
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ core.dir = ../portapps
55
app = vscode
66
app.name = Visual Studio Code
77
app.type = archive
8-
app.version = 1.53.2
9-
app.release = 42
8+
app.version = 1.55.2
9+
app.release = 43
1010
app.homepage = https://code.visualstudio.com
1111

1212
# Portable app
@@ -19,11 +19,7 @@ papp.folder = app
1919

2020
# Official artifact
2121
atf.id = VSCode
22-
atf.win32.filename = ${atf.id}-win32-${app.version}
23-
atf.win32.ext = .zip
24-
atf.win32.url = https://az764295.vo.msecnd.net/stable/622cb03f7e070a9670c94bae1a45d78d7181fbd4/VSCode-win32-ia32-${app.version}.zip
25-
atf.win32.assertextract = Code.exe
2622
atf.win64.filename = ${atf.id}-win64-${app.version}
2723
atf.win64.ext = .zip
28-
atf.win64.url = https://az764295.vo.msecnd.net/stable/622cb03f7e070a9670c94bae1a45d78d7181fbd4/VSCode-win32-x64-${app.version}.zip
24+
atf.win64.url = https://az764295.vo.msecnd.net/stable/3c4e3df9e89829dce27b7b5c24508306b151f30d/VSCode-win32-x64-${app.version}.zip
2925
atf.win64.assertextract = Code.exe

0 commit comments

Comments
 (0)