mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2024-11-05 22:35:06 +01:00
Reuse icon for AppImage (#248)
This commit is contained in:
parent
466b766cfa
commit
02a774e4ff
BIN
.github/linux/Zelda64Recompiled.png
vendored
BIN
.github/linux/Zelda64Recompiled.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 53 KiB |
3
.github/linux/appimage.sh
vendored
3
.github/linux/appimage.sh
vendored
@ -5,7 +5,8 @@ chmod a+x linuxdeploy*
|
||||
mkdir -p AppDir/usr/bin
|
||||
cp Zelda64Recompiled 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
|
||||
mv squashfs-root/ deploy
|
||||
|
Loading…
Reference in New Issue
Block a user