I am currently having a Graalvm native image executable, and I need to build an installer that would ask users to provide an installation location, copy the native image executable to the location, and write a registry.
What would be the best approach to do this? My first idea was to look for a specific SBT plugin, but I can't find any.