This repository was archived by the owner on Jun 11, 2025. It is now read-only.
Releases: Nitrux/nativefier-appimage
Releases · Nitrux/nativefier-appimage
Release 1.2
New in version 1.2
- Ensure the icon is correct
- Delete AppImage if it already exists
- Pass options from Nativefier to the desktop launcher
- Exit AppDir after processing the icon.
- Added if [ -z "${1:-}" ]; then break; fi before accessing $1 to ensure it is set, preventing the "unbound variable" error.
- Missing argument checks: Corrected checks for empty argument values.
- Incorrect array usage: Removed the incorrect array usage for extra_nativefier_opts.
- Typos and function names: Corrected typos in comments and function names.
- Validation functions: Ensured that validation functions are correctly named and placed.
- Parameter validation: Added checks to ensure that arguments are properly validated and provided.