diff options
author | Arisotura <thetotalworm@gmail.com> | 2020-01-28 21:37:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-28 21:37:36 +0100 |
commit | 2c51a495274106bc39b04f3ef99b217f5df21a21 (patch) | |
tree | 11f98cf0e8c087964943acdbac00ed618a559824 /flatpak | |
parent | 8b9eef352c9ea00f1dc8fbe37ecab79cd8630b3c (diff) | |
parent | c5623c4dcd122278e45a363b655be67d845ecf63 (diff) |
Merge pull request #546 from nadiaholmquist/feature/unix-xdg
Make melonDS properly installable systemwide on UNIX systems
Diffstat (limited to 'flatpak')
-rw-r--r-- | flatpak/net.kuribo64.melonDS.yml (renamed from flatpak/net.kuribo64.melonds.yml) | 12 | ||||
-rw-r--r-- | flatpak/net.kuribo64.melonds.desktop | 8 |
2 files changed, 5 insertions, 15 deletions
diff --git a/flatpak/net.kuribo64.melonds.yml b/flatpak/net.kuribo64.melonDS.yml index dcc97b5..e336990 100644 --- a/flatpak/net.kuribo64.melonds.yml +++ b/flatpak/net.kuribo64.melonDS.yml @@ -1,5 +1,5 @@ --- -app-id: net.kuribo64.melonds +app-id: net.kuribo64.melonDS runtime: org.freedesktop.Platform runtime-version: '18.08' sdk: org.freedesktop.Sdk @@ -22,10 +22,8 @@ modules: buildsystem: cmake-ninja sources: - type: git - url: https://github.com/StapleButter/melonDS.git - commit: d4d4965b2fffc69958685a25a9d9fc0c78b54567 - - type: file - path: net.kuribo64.melonds.desktop + url: https://github.com/Arisotura/melonDS.git + branch: master post-install: - - "desktop-file-install --dir=/app/share/applications net.kuribo64.melonds.desktop" - - "install -D icon/melon_256x256.png /app/share/icons/hicolor/256x256/apps/net.kuribo64.melonds.png" + - "desktop-file-install --dir=/app/share/applications net.kuribo64.melonDS.desktop" + - "install -D icon/melon_256x256.png /app/share/icons/hicolor/256x256/apps/net.kuribo64.melonDS.png" diff --git a/flatpak/net.kuribo64.melonds.desktop b/flatpak/net.kuribo64.melonds.desktop deleted file mode 100644 index e91f10d..0000000 --- a/flatpak/net.kuribo64.melonds.desktop +++ /dev/null @@ -1,8 +0,0 @@ -[Desktop Entry] -Name=melonDS -Comment=Nintendo DS emulator -Exec=melonDS -Type=Application -Categories=Game; -Terminal=false -Icon=net.kuribo64.melonds |