File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -414,3 +414,4 @@ CMakeLists.txt.user*
414414/.flatpak-builder
415415/repo
416416/builddir
417+ * .flatpak
Original file line number Diff line number Diff line change 1+ <!--
2+ <?xml version="1.0" encoding="UTF-8"?>
3+ <mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
4+ <mime-type type="application/vnd.nexon.pkg">
5+ <comment>Nexon game package (PKG)</comment>
6+ <acronym>PKG</acronym>
7+ <generic-icon name="package-x-generic"/>
8+ <glob pattern="*.pkg"/>
9+ </mime-type>
10+ </mime-info>
11+ -->
Original file line number Diff line number Diff line change @@ -32,5 +32,6 @@ modules:
3232 - install -Dm644 ${FLATPAK_ID}.metainfo.xml ${FLATPAK_DEST}/share/metainfo/${FLATPAK_ID}.metainfo.xml
3333 - install -Dm644 ${FLATPAK_ID}.desktop ${FLATPAK_DEST}/share/applications/${FLATPAK_ID}.desktop
3434 - install -Dm644 ${FLATPAK_ID}.svg ${FLATPAK_DEST}/share/icons/hicolor/scalable/apps/${FLATPAK_ID}.svg
35+ # - install -Dm644 ${FLATPAK_ID}-mime.xml ${FLATPAK_DEST}/share/mime/packages/${FLATPAK_ID}-mime.xml
3536 - install -Dm755 ${FLATPAK_BUILDER_BUILDDIR}/uc2 ${FLATPAK_DEST}/bin/uc2
3637 - install -Dm755 -t ${FLATPAK_DEST}/lib/ ${FLATPAK_BUILDER_BUILDDIR}/libuncso2/libuncso2.so*
You can’t perform that action at this time.
0 commit comments