From d265eb52a7d1fd17b61dec0eea4794dbfb405eac Mon Sep 17 00:00:00 2001 From: Sean Boult <996134+Hacksore@users.noreply.github.com> Date: Mon, 22 Jul 2024 09:20:31 -0500 Subject: [PATCH] Fix bin --- distribution/dev.overlayed.Overlayed.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/distribution/dev.overlayed.Overlayed.yaml b/distribution/dev.overlayed.Overlayed.yaml index 65443f82..cd9ffb76 100644 --- a/distribution/dev.overlayed.Overlayed.yaml +++ b/distribution/dev.overlayed.Overlayed.yaml @@ -12,7 +12,6 @@ finish-args: - --device=all - --share=ipc - --share=network - - --socket=pulseaudio - --socket=x11 - --socket=wayland @@ -36,7 +35,7 @@ modules: - mkdir -p /app/{bin,share} - cp -r squashfs-root/usr/share/icons /app/share/icons - - install -Dm755 squashfs-root/usr/bin/overlayed /app/bin/overlayed-app + - install -Dm755 squashfs-root/usr/bin/overlayed /app/bin/overlayed - install -Dm644 squashfs-root/usr/share/applications/overlayed.desktop /app/share/applications/dev.overlayed.Overlayed.desktop - install -Dm644 dev.overlayed.Overlayed.metainfo.xml /app/share/metainfo/dev.overlayed.OverlayedApp.metainfo.xml