Added AppImage build script for PyBitmessage #1769
|
@ -4,7 +4,7 @@
|
||||||
First make sure you have `dpkg` and `appimagetool` installed.
|
First make sure you have `dpkg` and `appimagetool` installed.
|
||||||
From packages/AppImage/ Dir run `install.sh` to install the appimagetool.
|
From packages/AppImage/ Dir run `install.sh` to install the appimagetool.
|
||||||
```
|
```
|
||||||
sudo ./install.sh
|
./install.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
## Build and Install
|
## Build and Install
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
SELF_DIR="$(dirname "$(readlink -f "$0")")"
|
SELF_DIR="$(dirname "$(readlink -f "$0")")"
|
||||||
cd "$SELF_DIR/usr/bin/"
|
python "$SELF_DIR"/usr/lib/python2.7/dist-packages/pybitmessage/bitmessagemain.py "$@"
|
||||||
exec "pybitmessage"
|
|
|
@ -2,4 +2,3 @@
|
||||||
|
|||||||
|
|
||||||
wget -O "appimagetool" "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage"
|
wget -O "appimagetool" "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage"
|
||||||
chmod a+x appimagetool
|
chmod a+x appimagetool
|
||||||
mv appimagetool /usr/bin/
|
|
||||||
this requires root this requires root
Yes, is that a problem?. If yes, I can change so it won't require root. Yes, is that a problem?. If yes, I can change so it won't require root.
I'm not sure. Let's check: https://github.com/g1itch/PyBitmessage/commits/ci-wine-further I'm not sure. Let's check: https://github.com/g1itch/PyBitmessage/commits/ci-wine-further
It should work without root: a67ad09 It should work without root: a67ad09
OKay, I'll make the changes. OKay, I'll make the changes.
|
|||||||
|
|
||||||
this requires root this requires root
this requires root this requires root
Yes, is that a problem?. If yes, I can change so it won't require root. Yes, is that a problem?. If yes, I can change so it won't require root.
Yes, is that a problem?. If yes, I can change so it won't require root. Yes, is that a problem?. If yes, I can change so it won't require root.
I'm not sure. Let's check: https://github.com/g1itch/PyBitmessage/commits/ci-wine-further I'm not sure. Let's check: https://github.com/g1itch/PyBitmessage/commits/ci-wine-further
I'm not sure. Let's check: https://github.com/g1itch/PyBitmessage/commits/ci-wine-further I'm not sure. Let's check: https://github.com/g1itch/PyBitmessage/commits/ci-wine-further
It should work without root: a67ad09 It should work without root: a67ad09
It should work without root: a67ad09 It should work without root: a67ad09
OKay, I'll make the changes. OKay, I'll make the changes.
OKay, I'll make the changes. OKay, I'll make the changes.
|
Reference in New Issue
Block a user
this requires root
this requires root
Yes, is that a problem?. If yes, I can change so it won't require root.
Yes, is that a problem?. If yes, I can change so it won't require root.
I'm not sure. Let's check: https://github.com/g1itch/PyBitmessage/commits/ci-wine-further
I'm not sure. Let's check: https://github.com/g1itch/PyBitmessage/commits/ci-wine-further
It should work without root: a67ad09
It should work without root: a67ad09
OKay, I'll make the changes.
OKay, I'll make the changes.