Skip to content

Commit 39c3b89

Browse files
committed
Update Source URL & ELF Path
1 parent 91cbc3e commit 39c3b89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

AppImage-Builder.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 1
22
script:
33
- rm -rf AppDir | true
44
- mkdir -p AppDir/bin AppDir/usr/share/icons/hicolor/scalable/apps/
5-
- cp ./build/bread AppDir/bin
5+
- cp ./build/bread-${BREAD_VERSION}-x86_64 AppDir/bin
66
- cp .github/bread.svg AppDir/usr/share/icons/hicolor/scalable/apps/
77

88
AppDir:
@@ -13,7 +13,7 @@ AppDir:
1313
name: bread
1414
icon: bread
1515
version: !ENV ${BREAD_VERSION}
16-
exec: bin/bread
16+
exec: bin/bread-${BREAD_VERSION}-x86_64
1717
exec_args: $@
1818

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

2929
include:

0 commit comments

Comments
 (0)