fredx181 wrote: Mon Mar 13, 2023 4:41 pmBarryK wrote: Sun Mar 12, 2023 1:06 amHi guys,
I have started planning an appimage installer, and I need a type-1 appimage to play with, but can't find one.Does anyone know where one is located?
If you are looking for the older appimages (what you call type-1 perhaps
), see here: https://sourceforge.net/projects/portable/files/
The newer "type' is different, 64-bit mostly, made (in a way) by using mksquashfs (extract by e.g../my-appimage --appimage-extract
, and you get "squashfs-root" directory)
I don't think they are type-1 appimages.
type-1 appimages are actually iso files. See here how 'file' is used to detect them:
https://gitea.nek0.eu/nek0/nixpkgs/comm ... ignore-eol
type-2 appimages were introduced in November 2016, and it seems there aren't any type-1 left anywhere online.
So I won't bother with detecting whether an appimage is type-1 or type-2