mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-27 06:37:19 +02:00
Update appimage-builder.yml
This commit is contained in:
parent
447e8fabac
commit
efa7e30e0e
1 changed files with 21 additions and 1 deletions
22
.github/appimage-builder.yml
vendored
22
.github/appimage-builder.yml
vendored
|
@ -18,7 +18,27 @@ AppDir:
|
||||||
apt:
|
apt:
|
||||||
arch: amd64
|
arch: amd64
|
||||||
sources:
|
sources:
|
||||||
- sourceline: 'deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ xenial main restricted universe multiverse'
|
- sourceline: 'deb [arch=amd64] http://archive.ubuntu.com/ubuntu bionic main restricted universe multiverse'
|
||||||
|
- sourceline: 'deb [arch=amd64] http://archive.ubuntu.com/ubuntu bionic-security main restricted universe multiverse'
|
||||||
|
- sourceline: 'deb [arch=amd64] http://archive.ubuntu.com/ubuntu bionic-updates main restricted universe multiverse'
|
||||||
|
key_url: 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3b4fe6acc0b21f32'
|
||||||
|
- sourceline: 'deb [arch=amd64] deb http://ppa.launchpad.net/cubic-wizard/release/ubuntu bionic main'
|
||||||
|
key_url: 'https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x081525e2b4f1283b'
|
||||||
|
|
||||||
|
include: []
|
||||||
|
exclude: []
|
||||||
|
|
||||||
|
runtime:
|
||||||
|
env:
|
||||||
|
PATH: '${APPDIR}/usr/bin:${PATH}'
|
||||||
|
|
||||||
|
files:
|
||||||
|
exclude:
|
||||||
|
- usr/share/man
|
||||||
|
- usr/share/doc/*/README.*
|
||||||
|
- usr/share/doc/*/changelog.*
|
||||||
|
- usr/share/doc/*/NEWS.*
|
||||||
|
- usr/share/doc/*/TODO.*
|
||||||
|
|
||||||
test:
|
test:
|
||||||
fedora:
|
fedora:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue