We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 944abd6 commit 626a10aCopy full SHA for 626a10a
AppImageUpdate.AppDir/README.md
@@ -26,7 +26,7 @@ chmod a+x AppImageUpdate-20151218-x86_64.AppImage
26
./AppImageUpdate-20151218-x86_64.AppImage ./Subsurface-4.5.1.449-x86_64.AppImage
27
28
# Look there is a newer version! Run it
29
-NEW=$(ls Subsurface-* | sort -V | tail -n 1)
+NEW=$(ls Subsurface-*.AppImage | sort -V | tail -n 1)
30
./$NEW
31
```
32
0 commit comments