From bb6c035f79d9da5aeee25a3172f76f32569279cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismael=20Barros=C2=B2?= Date: Sat, 28 Jun 2014 22:05:37 +0200 Subject: [PATCH] Extract icons from Unity games --- unity2AppDir | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/unity2AppDir b/unity2AppDir index d9ac729..8d735ae 100755 --- a/unity2AppDir +++ b/unity2AppDir @@ -32,4 +32,8 @@ desktopFile_setParameter "AppRun.desktop" "X-AppImage-Release" "1" desktopFile_setParameter "AppRun.desktop" "X-AppImage-ID" "$appName" desktopFile_setParameter "AppRun.desktop" "X-AppImage-Tags" "Unity" +if [ -f *_Data/Resources/UnityPlayer.png ]; then + convert -resize 48x *_Data/Resources/UnityPlayer.png AppRun.png +fi + #popd