Skip to content

Commit

Permalink
Change app id to 'io.nanoboyadvance.NanoBoyAdvance' (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vulcalien authored Feb 18, 2024
1 parent 6757211 commit 94060ed
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/platform/qt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ endif()
install(TARGETS NanoBoyAdvance-Qt DESTINATION bin)
# Variables LINUX and BSD were introduced only with CMake 3.25.
if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
install(FILES rc/io.github.nba_emuNanoBoyAdvance.png DESTINATION share/icons/hicolor/128x128/apps)
install(FILES rc/io.github.nba_emuNanoBoyAdvance.desktop DESTINATION share/applications)
install(FILES rc/io.github.nba_emuNanoBoyAdvance.metainfo.xml DESTINATION share/metainfo)
install(FILES rc/io.nanoboyadvance.NanoBoyAdvance.png DESTINATION share/icons/hicolor/128x128/apps)
install(FILES rc/io.nanoboyadvance.NanoBoyAdvance.desktop DESTINATION share/applications)
install(FILES rc/io.nanoboyadvance.NanoBoyAdvance.metainfo.xml DESTINATION share/metainfo)
endif()
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Type=Application
Name=NanoBoyAdvance
Comment=A cycle-accurate Nintendo Game Boy Advance emulator
Icon=io.github.nba_emuNanoBoyAdvance
Icon=io.nanoboyadvance.NanoBoyAdvance
TryExec=NanoBoyAdvance
Exec=NanoBoyAdvance %f
MimeType=application/x-gameboy-advance-rom;pplication/x-agb-rom;application/x-gba-rom;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version='1.0' encoding='utf-8'?>
<component type="desktop">
<!--Created with jdAppStreamEdit 6.0-->
<id>io.github.nba_emuNanoBoyAdvance</id>
<id>io.nanoboyadvance.NanoBoyAdvance</id>
<name>NanoBoyAdvance</name>
<summary>A cycle-accurate Nintendo Game Boy Advance emulator</summary>
<developer_name>fleroviux</developer_name>
<launchable type="desktop-id">io.github.nba_emuNanoBoyAdvance.desktop</launchable>
<launchable type="desktop-id">io.nanoboyadvance.NanoBoyAdvance.desktop</launchable>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0</project_license>
<description>
Expand Down

0 comments on commit 94060ed

Please sign in to comment.