diff --git a/packaging/linux/appimage.yml b/packaging/linux/appimage.yml index cc9d9732ab7..1f12b73b17d 100644 --- a/packaging/linux/appimage.yml +++ b/packaging/linux/appimage.yml @@ -9,6 +9,7 @@ build: script: - rm -rf $BUILD_APPDIR/* && mkdir -p $BUILD_APPDIR/opt/rancher-desktop $BUILD_APPDIR/usr/share/metainfo $BUILD_APPDIR/usr/bin $BUILD_APPDIR/usr/lib64 - unzip $BUILD_SOURCE_DIR/rancher-desktop.zip -d $BUILD_APPDIR/opt/rancher-desktop + - chmod 04755 $BUILD_APPDIR/opt/rancher-desktop/chrome-sandbox - mv $BUILD_APPDIR/opt/rancher-desktop/resources/resources/linux/rancher-desktop.desktop $BUILD_APPDIR - convert -resize 512x512 $BUILD_APPDIR/opt/rancher-desktop/resources/resources/icons/logo-square-512.png $BUILD_APPDIR/rancher-desktop.png - mv $BUILD_APPDIR/opt/rancher-desktop/resources/resources/linux/lima/bin/qemu-* $BUILD_APPDIR/usr/bin