Skip to content

Commit

Permalink
Fix validation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
erri120 committed Jun 26, 2024
1 parent 8c75d21 commit e8be7f8
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
1 change: 1 addition & 0 deletions src/NexusMods.App/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Deploy/
11 changes: 11 additions & 0 deletions src/NexusMods.App/app.pupnet.conf
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,14 @@ SetupSignTool =
SetupSuffixOutput =
SetupVersionOutput = false
SetupUninstallScript = "uninstall.bat"







# unused but required
FlatpakPlatformRuntime = org.freedesktop.Platform
FlatpakPlatformSdk = org.freedesktop.Sdk
FlatpakPlatformVersion = 23.08
2 changes: 1 addition & 1 deletion src/NexusMods.App/com.nexusmods.app.desktop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Desktop Entry]
Type=Application
Version=1.2
Version=1.0
Name=Nexus Mods App
GenericName=Mod Manager
Comment=Mod Manager for your games
Expand Down
9 changes: 5 additions & 4 deletions src/NexusMods.App/com.nexusmods.app.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@
<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.</p>
<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>
Expand All @@ -24,7 +28,6 @@
<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>

<developer_name>Nexus mods</developer_name>
<content_rating type="oars-1.0">
<content_attribute id="social-info">moderate</content_attribute>
</content_rating>
Expand All @@ -38,9 +41,7 @@

<internet>always</internet>
<display_length compare="ge">360</display_length>
</recommends>

<recommends>
<id version="1.0" compare="ge">com.valvesoftware.Steam</id>
</recommends>

Expand Down

0 comments on commit e8be7f8

Please sign in to comment.