Browse Source
appimage build: nits.
also touch symbolic links
regtest_lnd
SomberNight
6 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
2 additions and
2 deletions
-
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" |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|