Adds instruction to embed update information in appimage
This commit is contained in:
parent
d117972d0c
commit
098d8479c8
5 changed files with 20 additions and 5 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -28,6 +28,8 @@ pipeline {
|
|||
|
||||
cd ../../../../
|
||||
appimage-builder --recipe AppImageBuilder.yml
|
||||
|
||||
appimagetool AppDir/usr/share/applications/*.desktop -u "zsync|https://ci.zontreck.com/job/Projects/job/Dart/job/NBTEditor/job/main/lastSuccessfulBuild/artifact/NBT%20Editor-latest-x86_64.AppImage.zsync"
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
@ -37,6 +39,7 @@ pipeline {
|
|||
archiveArtifacts artifacts: '*.apk', fingerprint: true
|
||||
archiveArtifacts artifacts: 'out/*', fingerprint: true
|
||||
archiveArtifacts artifacts: '*.AppImage', fingerprint: true
|
||||
archiveArtifacts artifacts: '*.zsync', fingerprint: true
|
||||
|
||||
deleteDir()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue