summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmytro Meleshko2019-10-08 16:53:28 +0300
committerDmytro Meleshko2019-10-08 16:53:28 +0300
commitf91711070d1e977564b467aab607c8437b872458 (patch)
treed7048331da7342a52a887033d647201ebad2dff6
parent428311e0d7ac9d887f6e9ecf6c6b8cecf263a8d7 (diff)
downloadaur-f91711070d1e977564b467aab607c8437b872458.tar.gz
rename to mindustry-bin
-rw-r--r--mindustry.desktop9
-rw-r--r--mindustry.pngbin38242 -> 0 bytes
-rwxr-xr-xmindustry.sh2
3 files changed, 0 insertions, 11 deletions
diff --git a/mindustry.desktop b/mindustry.desktop
deleted file mode 100644
index 3e1a21cadcfe..000000000000
--- a/mindustry.desktop
+++ /dev/null
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Type=Application
-Name=Mindustry
-Comment=A sandbox tower defense game
-Exec=/usr/bin/mindustry
-Icon=/usr/share/pixmaps/mindustry.png
-Categories=Game;
-Terminal=false
diff --git a/mindustry.png b/mindustry.png
deleted file mode 100644
index 4cfed574e5ae..000000000000
--- a/mindustry.png
+++ /dev/null
Binary files differ
diff --git a/mindustry.sh b/mindustry.sh
deleted file mode 100755
index 74c5c280c94c..000000000000
--- a/mindustry.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-exec /usr/bin/java -jar /usr/share/java/mindustry/Mindustry.jar "$@"