-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1689 from erri120/feat/metadata-files
Update metadata files
- Loading branch information
Showing
10 changed files
with
130 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Deploy/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
[Desktop Entry] | ||
Type=Application | ||
Version=1.0 | ||
Name=Nexus Mods App | ||
GenericName=Mod Manager | ||
Comment=Mod Manager for your games | ||
Categories=Game | ||
Terminal=false | ||
MimeType=x-scheme-handler/nxm | ||
Icon=com.nexusmods.app | ||
Exec=${INSTALL_EXEC} %u | ||
TryExec=${INSTALL_EXEC} | ||
X-AppImage-Integrate=true | ||
X-AppImage-Name=NexusMods.App | ||
X-AppImage-Arch=x86_64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<component type="desktop-application"> | ||
<!-- See https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#spec-component-filespec --> | ||
|
||
<id>com.nexusmods.app</id> | ||
<metadata_license>CC0-1.0</metadata_license> | ||
<project_license>GPL-3.0-only</project_license> | ||
|
||
<name>Nexus Mods App</name> | ||
<summary>Mod Manager for your games</summary> | ||
|
||
<developer id="com.nexusmods"> | ||
<name>The Nexus Mods Team</name> | ||
</developer> | ||
|
||
<description> | ||
<p>The Nexus Mods App is a mod manager for your games and the successor to Vortex with native support for Linux.</p> | ||
</description> | ||
|
||
<launchable type="desktop-id">com.nexusmods.app.desktop</launchable> | ||
|
||
<url type="homepage">https://github.com/Nexus-Mods/NexusMods.App</url> | ||
<url type="bugtracker">https://github.com/Nexus-Mods/NexusMods.App/issues</url> | ||
<url type="faq">https://nexus-mods.github.io/NexusMods.App/users/FAQ/</url> | ||
<url type="help">https://nexus-mods.github.io/NexusMods.App/users</url> | ||
<url type="translate">https://nexus-mods.github.io/NexusMods.App/developers/Contributing/</url> | ||
<url type="contact">https://discord.gg/ReWTxb93jS</url> | ||
<url type="vcs-browser">https://github.com/Nexus-Mods/NexusMods.App</url> | ||
<url type="contribute">https://nexus-mods.github.io/NexusMods.App/developers/Contributing/</url> | ||
|
||
<content_rating type="oars-1.0"> | ||
<content_attribute id="social-info">moderate</content_attribute> | ||
</content_rating> | ||
|
||
<categories> | ||
<category>Game</category> | ||
</categories> | ||
|
||
<recommends> | ||
<memory>1024</memory> | ||
|
||
<internet>always</internet> | ||
<display_length compare="ge">360</display_length> | ||
|
||
<id version="1.0" compare="ge">com.valvesoftware.Steam</id> | ||
</recommends> | ||
|
||
<supports> | ||
<id version="1.0" compare="ge">com.usebottles.bottles</id> | ||
</supports> | ||
|
||
</component> |
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.