File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,18 +12,18 @@ script:
1212 - valac --pkg 'gtk+-3.0' --pkg 'gmodule-2.0' --pkg posix main.vala progress.vala -o appimageupdategui -v
1313 - strip appimageupdategui
1414 - 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
15+ - wget -c https://github.com/AppImage /zsync-curl/releases/download/_binaries/zsync_curl -O AppImageUpdate.AppDir/usr/bin/zsync_curl
1616 - chmod a+x AppImageUpdate.AppDir/usr/bin/* AppImageUpdate.AppDir/AppRun
1717 - cp -r ./ui AppImageUpdate.AppDir/usr/bin/
18- - wget https://github.com/probonopd /AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage
18+ - wget https://github.com/AppImage /AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage
1919 - chmod a+x appimagetool*.AppImage
20- - ./appimagetool*.AppImage ./AppImageUpdate.AppDir -u "zsync|https://github.com/probonopd /AppImageUpdate/releases/download/continuous/AppImageUpdate-x86_64.AppImage.zsync"
20+ - ./appimagetool*.AppImage ./AppImageUpdate.AppDir -u "zsync|https://github.com/AppImage /AppImageUpdate/releases/download/continuous/AppImageUpdate-x86_64.AppImage.zsync"
2121 - ls -lh
2222
2323after_success :
2424 - ls -lh out/* # Assuming you have some files in out/ that you would like to upload
2525 - wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
26- - bash ./upload.sh AppImageUpdate*AppImage
26+ - bash ./upload.sh AppImageUpdate*AppImage AppImageUpdate*zsync
2727
2828branches :
2929 except :
You can’t perform that action at this time.
0 commit comments