Skip to content

Commit

Permalink
Update Source URL & ELF Path
Browse files Browse the repository at this point in the history
  • Loading branch information
pegvin committed Mar 22, 2022
1 parent 91cbc3e commit 39c3b89
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 AppDir/bin
- cp ./build/bread-${BREAD_VERSION}-x86_64 AppDir/bin
- cp .github/bread.svg AppDir/usr/share/icons/hicolor/scalable/apps/

AppDir:
Expand All @@ -13,7 +13,7 @@ AppDir:
name: bread
icon: bread
version: !ENV ${BREAD_VERSION}
exec: bin/bread
exec: bin/bread-${BREAD_VERSION}-x86_64
exec_args: $@

apt:
Expand All @@ -23,7 +23,7 @@ AppDir:
key_url: 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3b4fe6acc0b21f32'
- sourceline: 'deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ bionic-updates main restricted universe multiverse'
- sourceline: 'deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse'
- sourceline: 'deb http://archive.neon.kde.org/user bionic main'
- sourceline: 'deb http://archive.neon.kde.org/dev/stable bionic main'
key_url: 'http://archive.neon.kde.org/public.key'

include:
Expand Down

0 comments on commit 39c3b89

Please sign in to comment.