Skip to content

Commit

Permalink
Visual Studio Code 1.55.2
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Apr 15, 2021
1 parent 4a0f9c3 commit 3d40bab
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.55.2-43 (2021/04/15)

* Visual Studio Code 1.55.2
* Portapps 3.3.0
* No more win32 release

## 1.53.2-42 (2021/02/15)

* Visual Studio Code 1.53.2
Expand Down
10 changes: 3 additions & 7 deletions build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ core.dir = ../portapps
app = vscode
app.name = Visual Studio Code
app.type = archive
app.version = 1.53.2
app.release = 42
app.version = 1.55.2
app.release = 43
app.homepage = https://code.visualstudio.com

# Portable app
Expand All @@ -19,11 +19,7 @@ papp.folder = app

# Official artifact
atf.id = VSCode
atf.win32.filename = ${atf.id}-win32-${app.version}
atf.win32.ext = .zip
atf.win32.url = https://az764295.vo.msecnd.net/stable/622cb03f7e070a9670c94bae1a45d78d7181fbd4/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/622cb03f7e070a9670c94bae1a45d78d7181fbd4/VSCode-win32-x64-${app.version}.zip
atf.win64.url = https://az764295.vo.msecnd.net/stable/3c4e3df9e89829dce27b7b5c24508306b151f30d/VSCode-win32-x64-${app.version}.zip
atf.win64.assertextract = Code.exe

0 comments on commit 3d40bab

Please sign in to comment.