From c5ae51772e54db212d7357c63d30b063b2853622 Mon Sep 17 00:00:00 2001 From: zontreck Date: Wed, 28 Aug 2024 10:23:19 -0700 Subject: [PATCH] Put back in app image instruction, minus autoupdate info --- Jenkinsfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 28d76ef..15ca820 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,6 +27,10 @@ pipeline { cp app-release.apk ../../../../ cd ../../../../ + + appimage-builder --recipe AppImageBuilder.yml + + #appimagetool AppDir/*.desktop -u "zsync|https://ci.zontreck.com/job/Projects/job/Dart/job/NBTEditor/job/main/lastSuccessfulBuild/artifact/NBT%20Editor-latest-x86_64.AppImage.zsync" ''' } }