mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2025-10-30 08:03:03 +00:00
Reuse icon for AppImage (#248)
This commit is contained in:
parent
466b766cfa
commit
02a774e4ff
2 changed files with 2 additions and 1 deletions
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
|
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…
Add table
Reference in a new issue