Skip to content

Commit cc97262

Browse files
committed
Visual Studio Code 1.48.2
1 parent 8973e61 commit cc97262

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

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

3+
## 1.48.2-37 (2020/08/27)
4+
5+
* Visual Studio Code 1.48.2
6+
* Portapps 2.6.0
7+
38
## 1.47.3-36 (2020/08/11)
49

510
* Visual Studio Code 1.47.3

build.properties

+4-4
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.47.3
9-
app.release = 36
8+
app.version = 1.48.2
9+
app.release = 37
1010
app.homepage = https://code.visualstudio.com
1111

1212
# Portable app
@@ -21,9 +21,9 @@ papp.folder = app
2121
atf.id = VSCode
2222
atf.win32.filename = ${atf.id}-win32-${app.version}
2323
atf.win32.ext = .zip
24-
atf.win32.url = https://az764295.vo.msecnd.net/stable/91899dcef7b8110878ea59626991a18c8a6a1b3e/VSCode-win32-ia32-${app.version}.zip
24+
atf.win32.url = https://az764295.vo.msecnd.net/stable/a0479759d6e9ea56afa657e454193f72aef85bd0/VSCode-win32-ia32-${app.version}.zip
2525
atf.win32.assertextract = Code.exe
2626
atf.win64.filename = ${atf.id}-win64-${app.version}
2727
atf.win64.ext = .zip
28-
atf.win64.url = https://az764295.vo.msecnd.net/stable/91899dcef7b8110878ea59626991a18c8a6a1b3e/VSCode-win32-x64-${app.version}.zip
28+
atf.win64.url = https://az764295.vo.msecnd.net/stable/a0479759d6e9ea56afa657e454193f72aef85bd0/VSCode-win32-x64-${app.version}.zip
2929
atf.win64.assertextract = Code.exe

0 commit comments

Comments
 (0)