Rework GTK launcher and linux packages slightly
This commit is contained in:
@@ -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/
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
#!/bin/sh
|
||||
cd /usr/share/openra
|
||||
./gtklaunch
|
||||
Reference in New Issue
Block a user