electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit f432320576505531e22fa6262e3fa544e0001017
parent baebfc03f13195de251c53f7d3eaf6f465dff75f
Author: SomberNight <somber.night@protonmail.com>
Date:   Mon, 11 Mar 2019 05:21:37 +0100

appimage build: nits.

also touch symbolic links

Diffstat:
Mcontrib/build-linux/appimage/build.sh | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/build-linux/appimage/build.sh b/contrib/build-linux/appimage/build.sh @@ -191,7 +191,7 @@ rm "$APPDIR"/usr/lib/python3.6/site-packages/pyblake2-*.dist-info/RECORD rm "$APPDIR"/usr/lib/python3.6/site-packages/hidapi-*.dist-info/RECORD -find -exec touch -d '2000-11-11T11:11:11+00:00' {} + +find -exec touch -h -d '2000-11-11T11:11:11+00:00' {} + info "creating the AppImage." @@ -199,7 +199,7 @@ info "creating the AppImage." cd "$BUILDDIR" chmod +x "$CACHEDIR/appimagetool" "$CACHEDIR/appimagetool" --appimage-extract - env VERSION="$VERSION" ./squashfs-root/AppRun --no-appstream --verbose "$APPDIR" "$APPIMAGE" + env VERSION="$VERSION" ARCH=x86_64 ./squashfs-root/AppRun --no-appstream --verbose "$APPDIR" "$APPIMAGE" )