Reuse icon for AppImage (#248)
This commit is contained in:
parent
466b766cfa
commit
02a774e4ff
Binary file not shown.
Before Width: | Height: | Size: 53 KiB |
|
@ -5,7 +5,8 @@ chmod a+x linuxdeploy*
|
||||||
mkdir -p AppDir/usr/bin
|
mkdir -p AppDir/usr/bin
|
||||||
cp Zelda64Recompiled AppDir/usr/bin/
|
cp Zelda64Recompiled AppDir/usr/bin/
|
||||||
cp -r assets/ AppDir/usr/bin/
|
cp -r assets/ AppDir/usr/bin/
|
||||||
cp .github/linux/{Zelda64Recompiled.desktop,Zelda64Recompiled.png} AppDir/
|
cp icons/512.png AppDir/Zelda64Recompiled.png
|
||||||
|
cp .github/linux/Zelda64Recompiled.desktop AppDir/
|
||||||
|
|
||||||
./linuxdeploy-static-x86_64.AppImage --appimage-extract
|
./linuxdeploy-static-x86_64.AppImage --appimage-extract
|
||||||
mv squashfs-root/ deploy
|
mv squashfs-root/ deploy
|
||||||
|
|
Loading…
Reference in New Issue