v1.0.3
Bug Fixes
- AppImage signature on AppImagePrimer #238 (Alexis Lopez Zubieta)
- create .DirIcon as required by the AppImage specification #238 (Alexis Lopez Zubieta)
- add missing dependencies to setup.py #238 (Alexis Lopez Zubieta)
- workaround race condition on os.makedirs #237 (Alexis Lopez Zubieta)
- ensure script sections get executed using the system environment #237 (Alexis Lopez Zubieta)
- don't use
shell=True
on calls to readelf as it forces the usage of the system shell which cases a failure due of the runtime context lose #237 (Alexis Lopez Zubieta)
Commits
- a997d39: Exclude some Wayland libraries (TheBrokenRail) #236
- use AppImagePrimer to generate AppImages #238 (Alexis Lopez Zubieta)
- remove appimagetool from bundle #238 (Alexis Lopez Zubieta)
- don't create path mappings use for interpreters this may break applications #237 (Alexis Lopez Zubieta)
- 5c25cbe: format using black (Alexis Lopez Zubieta) #237
- d15848b: Use XZ as mksquashfs compression algorithm (Alexis Lopez Zubieta)
- 4327377: Make AppImage section optional for users that only require creating an AppDir (Alexis Lopez Zubieta)
- 7b1fe9b: Fix Small Typo (TheBrokenRail) #240