Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 771 Bytes

TODO.md

File metadata and controls

26 lines (19 loc) · 771 Bytes

TODO list

  • Use jlink on configured JVM instead of runtime one
  • Simulate jpackage for Linux
  • Simulate jpackage for Windows
  • Simulate jpackage for macOS
  • Use correct skiko library for each platform
  • Configure runDistributable to depend on current platform and execute that

Linux

  • Package RPM files
  • Custom installation path (instead of /opt/package-name/)
  • Ability to generate default preinst, postinst, prerm, postrm scripts
  • Use default resources for debian when not configured (icon, scripts)

Windows

  • Package MSI using Wix
  • Use default resources for MSI when not configured (icon, banner etc.)
  • Icon customization of launcher

macOS

  • Package DMG or PKG files
  • Notarization etc