Extract icons from Unity games

master
Ismael Barros² 2014-06-28 22:05:37 +02:00
parent a51bf66ca2
commit bb6c035f79
1 changed files with 4 additions and 0 deletions

View File

@ -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