1
0
mirror of https://github.com/PurpleI2P/i2pd-snap synced 2025-02-10 05:34:27 +00:00

fix wrapper path, move logo back

Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2023-01-17 00:32:44 +00:00
parent aefa8842aa
commit faa7a2c459
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
4 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<h1 align="center">
<img src="snap/gui/i2pd.png" alt="i2pd">
<img src="i2pd.png" alt="i2pd">
<br />
i2pd - Invisible Internet Protocol Daemon
</h1>

View File

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

View File

@ -10,5 +10,5 @@ else
cp -R $SNAP/appdata/* $SNAP_DATA/datadir/
fi
exec "$SNAP/bin/i2pd" --datadir=$SNAP_DATA/datadir/
exec "$SNAP/bin/i2pd" --datadir=$SNAP_DATA/datadir
fi

View File

@ -12,7 +12,7 @@ source-code: https://github.com/PurpleI2P/i2pd-snap
issues: https://github.com/PurpleI2P/i2pd/issues
license: BSD-3-Clause
icon: snap/gui/i2pd.png
icon: i2pd.png
base: core20
grade: stable
confinement: strict