8000 vscode icon launcher by stonebig · Pull Request #772 · winpython/winpython · GitHub
[go: up one dir, main page]

Skip to content

vscode icon launcher #772

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 31, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
tage for inclusion of vscode icon
  • Loading branch information
stonebig committed Aug 31, 2019
commit 4e81e29e084d9ea3ed36d6d98d500e095495983c
Binary file added portable/icons/code.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion winpython/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
OTHER DEALINGS IN THE SOFTWARE.
"""

__version__ = '2.0.20190519'
__version__ = '2.1.20190830'
__license__ = __doc__
__project_url__ = 'http://winpython.github.io/'
0