mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-31 00:54:59 +00:00
build: build AppImage as generic linux package
This commit is contained in:
parent
d822afc4ec
commit
ace6eccfd3
6 changed files with 871 additions and 9 deletions
15
build/resources/appimage/sourcegit.appdata.xml
Normal file
15
build/resources/appimage/sourcegit.appdata.xml
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<component type="desktop-application">
|
||||
<id>com.sourcegit-scm.SourceGit</id>
|
||||
<metadata_license>MIT</metadata_license>
|
||||
<project_license>MIT</project_license>
|
||||
<name>SourceGit</name>
|
||||
<summary>Open-source GUI client for git users</summary>
|
||||
<description>
|
||||
<p>Open-source GUI client for git users</p>
|
||||
</description>
|
||||
<launchable type="desktop-id">com.sourcegit-scm.SourceGit.desktop</launchable>
|
||||
<provides>
|
||||
<id>com.sourcegit-scm.SourceGit.desktop</id>
|
||||
</provides>
|
||||
</component>
|
Loading…
Add table
Add a link
Reference in a new issue