File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -11,3 +11,21 @@ install:
1111script :
1212 - valac --pkg 'gtk+-3.0' --pkg 'gmodule-2.0' --pkg posix main.vala progress.vala -o appimageupdategui -v
1313 - strip appimageupdategui
14+ - mv appimageupdategui AppImageUpdate.AppDir/usr/bin/
15+ - wget -c https://github.com/probonopd/zsync-curl/releases/download/_binaries/zsync_curl -O AppImageUpdate.AppDir/usr/bin/zsync_curl
16+ - chmod a+x AppImageUpdate.AppDir/usr/bin/zsync_curl
17+ - cp -r appimageupdategui/ui AppImageUpdate.AppDir/usr/bin/
18+ - wget https://github.com/probonopd/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage
19+ - chmod a+x appimagetool*.AppImage
20+ - ./appimagetool*.AppImage ./AppImageUpdate.AppDir
21+ - ls -lh
22+
23+ after_success :
24+ - ls -lh out/* # Assuming you have some files in out/ that you would like to upload
25+ - wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
26+ - bash ./upload.sh out/*
27+
28+ branches :
29+ except :
30+ - # Do not build tags that we create when we upload to GitHub Releases
31+ - /^(?i:continuous)$/
You can’t perform that action at this time.
0 commit comments