Skip to content

Commit

Permalink
[desktop] fix local-app install on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
akosyakov committed Sep 1, 2021
1 parent 330c9b3 commit 1f70305
Show file tree
Hide file tree
Showing 3 changed files with 151 additions and 100 deletions.
4 changes: 2 additions & 2 deletions extensions/gitpod-remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "%displayName%",
"description": "%description%",
"publisher": "gitpod",
"version": "0.0.16",
"version": "0.0.17",
"license": "MIT",
"preview": true,
"repository": {
Expand Down Expand Up @@ -221,4 +221,4 @@
"gitpod-shared": "0.0.1",
"vscode-nls": "^5.0.0"
}
}
}
2 changes: 1 addition & 1 deletion extensions/gitpod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "%displayName%",
"description": "%description%",
"publisher": "gitpod",
"version": "0.0.16",
"version": "0.0.17",
"license": "MIT",
"preview": true,
"repository": {
Expand Down
Loading

0 comments on commit 1f70305

Please sign in to comment.