Skip to content

Commit

Permalink
Fix bin
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Jul 22, 2024
1 parent c0e5ea8 commit d265eb5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions distribution/dev.overlayed.Overlayed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ finish-args:
- --device=all
- --share=ipc
- --share=network
- --socket=pulseaudio
- --socket=x11
- --socket=wayland

Expand All @@ -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

Expand Down

0 comments on commit d265eb5

Please sign in to comment.