This commit is contained in:
cis-kuldeep 2021-06-01 12:13:33 +05:30
parent c01f0f2e4b
commit 30424b9b9a
No known key found for this signature in database
GPG Key ID: 67B47D8A06FA45E4
3 changed files with 2 additions and 4 deletions

View File

@ -4,7 +4,7 @@
First make sure you have `dpkg` and `appimagetool` installed.
From packages/AppImage/ Dir run `install.sh` to install the appimagetool.
```
sudo ./install.sh
./install.sh
```
## Build and Install

View File

@ -1,5 +1,4 @@
#!/bin/sh
SELF_DIR="$(dirname "$(readlink -f "$0")")"
cd "$SELF_DIR/usr/bin/"
exec "pybitmessage"
python "$SELF_DIR"/usr/lib/python2.7/dist-packages/pybitmessage/bitmessagemain.py "$@"

View File

@ -2,4 +2,3 @@
wget -O "appimagetool" "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage"
chmod a+x appimagetool
mv appimagetool /usr/bin/