Skip to content

Commit e136a67

Browse files
committed
refactor: build on ubuntu focal using python 3.8
1 parent 6b8921e commit e136a67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AppImageBuilder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ AppDir:
2828
apt:
2929
arch: amd64
3030
sources:
31-
- sourceline: 'deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ bionic main restricted universe multiverse'
31+
- sourceline: 'deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse'
32+
- sourceline: 'deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse'
3233
key_url: 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3b4fe6acc0b21f32'
3334

3435
include:
@@ -45,7 +46,6 @@ AppDir:
4546
exclude: []
4647

4748
after_bundle: |
48-
export PYTHONPATH=${APPDIR}/usr/lib/python3.8/site-packages
4949
python3.8 -m pip install --ignore-installed --prefix=/usr --root=$APPDIR install .
5050
5151
runtime:

0 commit comments

Comments
 (0)