Skip to content
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

Create VSCodium #1436

Merged
merged 4 commits into from
Apr 28, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
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
50 changes: 50 additions & 0 deletions apps/VSCodium.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
layout: app

permalink: /VSCodium/
description: Code Editing. Redefined.
license: MIT

icons:
- VSCodium/icons/128x128/vscodium.png

screenshots:
- VSCodium/screenshot.png

authors:
- name: stripedpajamas
url: https://github.com/stripedpajamas

links:
- type: GitHub
url: stripedpajamas/vscodium
- type: Download
url: https://github.com/stripedpajamas/vscodium/releases

desktop:
Desktop Entry:
Name: VSCodium
Comment: Code Editing. Redefined.
GenericName: Text Editor
Exec: vscodium --unity-launch %F
Icon: vscodium
Type: Application
StartupNotify: false
StartupWMClass: VSCodium
Categories: Utility
MimeType: text/plain
Actions: new-empty-window
Keywords: vscode
X-AppImage-Version: 1.33.1-1555435011.glibc2.17
Desktop Action new-empty-window:
Name: New Empty Window
Exec: vscodium --new-window %F
Icon: vscodium
AppImageHub:
X-AppImage-Signature: no valid OpenPGP data found. the signature could not be verified.
Please remember that the signature file (.sig or .asc) should be the first file
given on the command line.
X-AppImage-Type: 2
X-AppImage-Architecture: x86_64
X-AppImage-Payload-License: MIT
---
2 changes: 2 additions & 0 deletions data/VSCodium
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
https://github.com/stripedpajamas/vscodium
#
Binary file added database/VSCodium/icons/128x128/vscodium.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added database/VSCodium/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions database/VSCodium/vscodium.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
[Desktop Entry]
Name=VSCodium
Comment=Code Editing. Redefined.
GenericName=Text Editor
Exec=vscodium --unity-launch %F
Icon=vscodium
Type=Application
StartupNotify=false
StartupWMClass=VSCodium
Categories=Utility;TextEditor;Development;IDE;
MimeType=text/plain;inode/directory;
Actions=new-empty-window;
Keywords=vscode;

X-AppImage-Version=1.33.1-1555435011.glibc2.17

[Desktop Action new-empty-window]
Name=New Empty Window
Exec=vscodium --new-window %F
Icon=vscodium

[AppImageHub]
# Dear upstream developer, please include update information in your AppImage
# (e.g., with appimagetool -u) so that users can easily update the AppImage
X-AppImage-Signature=no valid OpenPGP data found. the signature could not be verified. Please remember that the signature file (.sig or .asc) should be the first file given on the command line.
X-AppImage-Type=2
X-AppImage-Architecture=x86_64
X-AppImage-Payload-License=MIT