fix: appimage builds
- fix missing files in AppImages Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
This commit is contained in:
parent
39a810312e
commit
36e13f07b3
2 changed files with 4 additions and 1 deletions
|
|
@ -16,7 +16,8 @@ cd appimage
|
|||
# prepare AppImage files
|
||||
cp FluffyChat.desktop FluffyChat.AppDir/
|
||||
mkdir -p FluffyChat.AppDir/usr/share/icons
|
||||
cp ../assets/logo.png FluffyChat.AppDir/usr/share/icons/fluffychat.png
|
||||
cp ../assets/logo.svg FluffyChat.AppDir/fluffychat.svg
|
||||
cp AppRun FluffyChat.AppDir
|
||||
|
||||
# build the AppImage
|
||||
appimagetool FluffyChat.AppDir
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue