diff options
author | swirl <roachh@protonmail.com> | 2022-01-03 07:55:17 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-03 07:55:17 -0500 |
commit | 4382344a7cb2a79ef43c971aeb454ab2b46ce799 (patch) | |
tree | b0c4a477529ddc96d4bc6a2b07d5bb3c98b05fd4 | |
parent | 30f899f37d53a0a783c0924bd99e79889eb0a898 (diff) | |
parent | c7283adb9ff96fa115b44fc38f92adea1791475e (diff) | |
download | PrismLauncher-4382344a7cb2a79ef43c971aeb454ab2b46ce799.tar.gz PrismLauncher-4382344a7cb2a79ef43c971aeb454ab2b46ce799.tar.bz2 PrismLauncher-4382344a7cb2a79ef43c971aeb454ab2b46ce799.zip |
Merge pull request #15 from dada513/debian_update
-rw-r--r-- | .gitignore | 4 | ||||
-rw-r--r-- | packages/debian/polymc/usr/share/applications/polymc.desktop | 11 |
2 files changed, 1 insertions, 14 deletions
@@ -45,8 +45,6 @@ run/ flatbuild builddir # Deb -packages/debian/polymc/usr/bin -packages/debian/polymc/usr/lib -packages/debian/polymc/usr/share/polymc/jars +packages/debian/polymc/usr/ packages/debian/polymc.deb packages/debian/polymc/DEBIAN/control
\ No newline at end of file diff --git a/packages/debian/polymc/usr/share/applications/polymc.desktop b/packages/debian/polymc/usr/share/applications/polymc.desktop deleted file mode 100644 index 7cf78e9f..00000000 --- a/packages/debian/polymc/usr/share/applications/polymc.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[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; |