Fix the issue with python2 in the appimage (closes: #1769)
This commit is contained in:
parent
bfad6cf69d
commit
cd21d34e62
|
@ -1,4 +1,5 @@
|
||||||
app: PyBitmessage
|
app: PyBitmessage
|
||||||
|
binpatch: true
|
||||||
|
|
||||||
ingredients:
|
ingredients:
|
||||||
dist: bionic
|
dist: bionic
|
||||||
|
@ -27,3 +28,4 @@ ingredients:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cp usr/share/icons/hicolor/scalable/apps/pybitmessage.svg .
|
- cp usr/share/icons/hicolor/scalable/apps/pybitmessage.svg .
|
||||||
|
- mv usr/bin/python2.7 usr/bin/python2
|
||||||
|
|
Reference in New Issue
Block a user