diff options
Diffstat (limited to 'program_info')
-rw-r--r-- | program_info/CMakeLists.txt | 1 | ||||
-rw-r--r-- | program_info/polymc.desktop | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/program_info/CMakeLists.txt b/program_info/CMakeLists.txt index c1711201..dd120ab3 100644 --- a/program_info/CMakeLists.txt +++ b/program_info/CMakeLists.txt @@ -8,6 +8,7 @@ set(Launcher_UserAgent "${Launcher_CommonName}/5.0" PARENT_SCOPE) set(Launcher_ConfigFile "polymc.cfg" PARENT_SCOPE) set(Launcher_Git "https://github.com/PolyMC/PolyMC" PARENT_SCOPE) +set(Launcher_Desktop "program_info/polymc.desktop" PARENT_SCOPE) set(Launcher_Branding_ICNS "program_info/Launcher.icns" PARENT_SCOPE) set(Launcher_Branding_WindowsRC "program_info/launcher.rc" PARENT_SCOPE) set(Launcher_Branding_LogoQRC "program_info/logo.qrc" PARENT_SCOPE) diff --git a/program_info/polymc.desktop b/program_info/polymc.desktop new file mode 100644 index 00000000..3d637e6e --- /dev/null +++ b/program_info/polymc.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Version=1.0 +Name=PolyMC +Comment=A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once. +Type=Application +Terminal=false +Exec=PolyMC +StartupNotify=true +Icon=null +Categories=Game; +Keywords=game;minecraft;launcher; |