diff options
author | swirl <swurl@swurl.xyz> | 2021-12-30 11:53:17 -0500 |
---|---|---|
committer | swirl <swurl@swurl.xyz> | 2021-12-30 11:53:17 -0500 |
commit | c613a1c95820c0e6aaa8bc44d94b26c516780575 (patch) | |
tree | 170b23408361c43c153309715e66b7093bafca4c /program_info | |
parent | a8b215b5608a66cbf71dc5a3fe7bd1d318f94d5a (diff) | |
download | PrismLauncher-c613a1c95820c0e6aaa8bc44d94b26c516780575.tar.gz PrismLauncher-c613a1c95820c0e6aaa8bc44d94b26c516780575.tar.bz2 PrismLauncher-c613a1c95820c0e6aaa8bc44d94b26c516780575.zip |
add .desktop file
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; |