Fix/wrong architecture string on appimagetool arch/1114
Allows using armhf and aarch64 as architecture names on appimagetool. Doesn't remove the old names ("arm", "arm_aarch64") to avoid breaking scripts of possible users.
Closes #1114
Why do you want to hardcode pathToMksquashfs = "/usr/bin/mksquashfs";?
I think this breaks bundling mksquashfs privately?
Why do you want to hardcode
Ups, that's wrong. It should be fixed now
Should I proceed with the merge?
Lgtm. @TheAssassin?
Is this still a thing? @TheAssassin wdyt?
I totally agreed "arm_aarch64" is misleading, and the command-line help message doesn't provide this information, you have to look into the source code to find it.