Skip to content

Commit

Permalink
Update AppImage-Builder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pegvin committed Mar 27, 2022
1 parent f8bbc36 commit af12e18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AppImage-Builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 1
script:
- rm -rf AppDir | true
- mkdir -p AppDir/bin AppDir/usr/share/icons/hicolor/scalable/apps/
- cp ./build/bread-${BREAD_VERSION}-x86_64 AppDir/bin
- cp ./build/bread-${BREAD_VERSION} AppDir/bin
- cp .github/bread.svg AppDir/usr/share/icons/hicolor/scalable/apps/

AppDir:
Expand All @@ -17,7 +17,7 @@ AppDir:
exec_args: $@

apt:
arch: [amd64, i386]
arch: amd64
sources:
- sourceline: 'deb http://archive.ubuntu.com/ubuntu/ bionic main restricted universe multiverse'
key_url: 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3b4fe6acc0b21f32'
Expand All @@ -39,4 +39,4 @@ AppDir:
AppImage:
update-information: 'gh-releases-zsync|DEVLOPRR|bread|latest|*x86_64.AppImage.zsync'
sign-key: None
arch: [amd64, i386]
arch: x86_64

0 comments on commit af12e18

Please sign in to comment.