Added AppImage build script for PyBitmessage #1769

Closed
kdcis wants to merge 3 commits from v0.6-appimage into v0.6
3 changed files with 2 additions and 4 deletions
Showing only changes of commit 30424b9b9a - Show all commits

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 @@
g1itch commented 2021-05-31 18:33:34 +02:00 (Migrated from github.com)
Review

this requires root

this requires root
g1itch commented 2021-05-31 18:33:34 +02:00 (Migrated from github.com)
Review

this requires root

this requires root
kdcis commented 2021-05-31 18:50:27 +02:00 (Migrated from github.com)
Review

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.
kdcis commented 2021-05-31 18:50:27 +02:00 (Migrated from github.com)
Review

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.
g1itch commented 2021-05-31 18:59:00 +02:00 (Migrated from github.com)
Review
I'm not sure. Let's check: https://github.com/g1itch/PyBitmessage/commits/ci-wine-further
g1itch commented 2021-05-31 18:59:00 +02:00 (Migrated from github.com)
Review
I'm not sure. Let's check: https://github.com/g1itch/PyBitmessage/commits/ci-wine-further
g1itch commented 2021-05-31 21:35:00 +02:00 (Migrated from github.com)
Review

It should work without root: a67ad09

It should work without root: a67ad09
g1itch commented 2021-05-31 21:35:00 +02:00 (Migrated from github.com)
Review

It should work without root: a67ad09

It should work without root: a67ad09
kdcis commented 2021-06-01 08:36:25 +02:00 (Migrated from github.com)
Review

OKay, I'll make the changes.

OKay, I'll make the changes.
kdcis commented 2021-06-01 08:36:25 +02:00 (Migrated from github.com)
Review

OKay, I'll make the changes.

OKay, I'll make the changes.
wget -O "appimagetool" "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage"
chmod a+x appimagetool
mv appimagetool /usr/bin/
g1itch commented 2021-05-31 18:33:34 +02:00 (Migrated from github.com)
Review

this requires root

this requires root
kdcis commented 2021-05-31 18:50:27 +02:00 (Migrated from github.com)
Review

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.
g1itch commented 2021-05-31 18:59:00 +02:00 (Migrated from github.com)
Review
I'm not sure. Let's check: https://github.com/g1itch/PyBitmessage/commits/ci-wine-further
g1itch commented 2021-05-31 21:35:00 +02:00 (Migrated from github.com)
Review

It should work without root: a67ad09

It should work without root: a67ad09
kdcis commented 2021-06-01 08:36:25 +02:00 (Migrated from github.com)
Review

OKay, I'll make the changes.

OKay, I'll make the changes.

g1itch commented 2021-05-31 18:33:34 +02:00 (Migrated from github.com)
Review

this requires root

this requires root
g1itch commented 2021-05-31 18:33:34 +02:00 (Migrated from github.com)
Review

this requires root

this requires root
kdcis commented 2021-05-31 18:50:27 +02:00 (Migrated from github.com)
Review

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.
kdcis commented 2021-05-31 18:50:27 +02:00 (Migrated from github.com)
Review

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.
g1itch commented 2021-05-31 18:59:00 +02:00 (Migrated from github.com)
Review
I'm not sure. Let's check: https://github.com/g1itch/PyBitmessage/commits/ci-wine-further
g1itch commented 2021-05-31 18:59:00 +02:00 (Migrated from github.com)
Review
I'm not sure. Let's check: https://github.com/g1itch/PyBitmessage/commits/ci-wine-further
g1itch commented 2021-05-31 21:35:00 +02:00 (Migrated from github.com)
Review

It should work without root: a67ad09

It should work without root: a67ad09
g1itch commented 2021-05-31 21:35:00 +02:00 (Migrated from github.com)
Review

It should work without root: a67ad09

It should work without root: a67ad09
kdcis commented 2021-06-01 08:36:25 +02:00 (Migrated from github.com)
Review

OKay, I'll make the changes.

OKay, I'll make the changes.
kdcis commented 2021-06-01 08:36:25 +02:00 (Migrated from github.com)
Review

OKay, I'll make the changes.

OKay, I'll make the changes.