Skip to content

Commit

Permalink
updated appimagebuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
lxgr-linux committed Apr 25, 2022
1 parent 4cf76f4 commit 2d58e4f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ AppDir:
name: Pokete
icon: pokete
version: 0.6.0
exec: usr/bin/python3
exec: usr/bin/python3.10
exec_args: $APPDIR/usr/share/pokete/pokete.py --log $@
# pacman:
# include:
Expand All @@ -24,10 +24,10 @@ AppDir:
apt:
arch: amd64
sources:
- sourceline: 'deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ bionic main restricted universe multiverse'
key_url: 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3b4fe6acc0b21f32'
- sourceline: 'deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ impish main restricted universe multiverse'
key_url: 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x871920d1991bc93c'
include:
- python3
- python3.10
exclude: []
files:
include: []
Expand Down

0 comments on commit 2d58e4f

Please sign in to comment.