Rework GTK launcher and linux packages slightly

This commit is contained in:
Matthew Bowra-Dean
2011-01-04 17:35:50 +13:00
parent 68a38c85f9
commit d26ee1094a
4 changed files with 13 additions and 11 deletions

View File

@@ -15,12 +15,13 @@ rm -rf root
# Game files
mkdir -p root/usr/bin/
cp openra-bin root/usr/bin/openra
cp -T $BUILTDIR/gtklaunch root/usr/bin/openra
mkdir -p root/usr/share/openra/
cp -R $BUILTDIR/* "root/usr/share/openra/" || exit 3
# Remove unneeded files
rm root/usr/share/openra/OpenRA.Launcher.exe
rm root/usr/share/openra/gtklaunch
# Desktop Icons
mkdir -p root/usr/share/applications/

View File

@@ -1,3 +0,0 @@
#!/bin/sh
cd /usr/share/openra
./gtklaunch