Delta updates for AppImages

probono probono at puredarwin.org
Sat Dec 19 07:15:56 PST 2015


2015-12-19 1:42 GMT+01:00 probono <probono at puredarwin.org>:
> # Look there is a newer version! Run it
> NEW=$(ls Subsurface-* | sort -V | tail -n 1)
> ./$NEW

Should have been:

# Look there is a newer version! Run it
NEW=$(ls Subsurface-*.AppImage | sort -V | tail -n 1)
./$NEW


More information about the subsurface mailing list