Skip to content

Commit 685de8e

Browse files
akosyakovjeanp413
authored andcommitted
[desktop] fix local-app install on windows
1 parent 7b8b4a3 commit 685de8e

File tree

3 files changed

+151
-100
lines changed

3 files changed

+151
-100
lines changed

extensions/gitpod-remote/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "%displayName%",
44
"description": "%description%",
55
"publisher": "gitpod",
6-
"version": "0.0.16",
6+
"version": "0.0.17",
77
"license": "MIT",
88
"preview": true,
99
"repository": {
@@ -221,4 +221,4 @@
221221
"gitpod-shared": "0.0.1",
222222
"vscode-nls": "^5.0.0"
223223
}
224-
}
224+
}

extensions/gitpod/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "%displayName%",
44
"description": "%description%",
55
"publisher": "gitpod",
6-
"version": "0.0.16",
6+
"version": "0.0.17",
77
"license": "MIT",
88
"preview": true,
99
"repository": {

0 commit comments

Comments
 (0)