Skip to content

Commit

Permalink
Update snapcraft.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: James Rose <92864596+RoseBlume@users.noreply.github.com>
  • Loading branch information
RoseBlume authored May 22, 2024
1 parent 346e1b3 commit 4863bf6
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ grade: stable
confinement: strict

architectures:
- build-on: amd64
build-for: amd64
- build-on: arm64
build-for: arm64
- amd64

apps:
rosary:
Expand All @@ -25,23 +22,6 @@ parts:
plugin: dump
source: https://github.com/RoseBlume/Rosary/releases/download/v1.2.3/rosary_1.2.3_amd64.deb
source-type: deb
architectures: [amd64]
override-pull: |
set -eu
craftctl default
sed -i -e "s|Icon=rosary|Icon=/usr/share/icons/hicolor/32x32/apps/rosary.png|g" usr/share/applications/rosary.desktop
organize:
usr/bin/rosary: bin/rosary
stage-packages:
- libwebkit2gtk-4.1-0
- libglu1-mesa
- libsoup-3.0-0
- freeglut3
preparm:
plugin: dump
source: https://github.com/RoseBlume/Rosary/releases/download/v1.2.2/rosary_1.2.2_arm64.deb
source-type: deb
architectures: [arm64]
override-pull: |
set -eu
craftctl default
Expand Down

0 comments on commit 4863bf6

Please sign in to comment.