File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: 1
2
2
script :
3
3
- rm -rf AppDir | true
4
4
- 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
6
6
- cp .github/bread.svg AppDir/usr/share/icons/hicolor/scalable/apps/
7
7
8
8
AppDir :
@@ -13,7 +13,7 @@ AppDir:
13
13
name : bread
14
14
icon : bread
15
15
version : !ENV ${BREAD_VERSION}
16
- exec : bin/bread
16
+ exec : bin/bread-${BREAD_VERSION}-x86_64
17
17
exec_args : $@
18
18
19
19
apt :
@@ -23,7 +23,7 @@ AppDir:
23
23
key_url : ' http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3b4fe6acc0b21f32'
24
24
- sourceline : ' deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ bionic-updates main restricted universe multiverse'
25
25
- 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'
27
27
key_url : ' http://archive.neon.kde.org/public.key'
28
28
29
29
include :
You can’t perform that action at this time.
0 commit comments