I’d like to create a packaged, distributable application using my slicelet and scripted modules. I’ve looked at the CustomSlicerGenerator, and I know about the work on the SlicerCustomAppTemplate, but with that still in progress, what’s the current procedure to create a custom, packaged application, starting with a slicelet?
So far, I understand that the icons and images that are used when compiling are in the Slicer/Applications/SlicerApp/Resources directory, and the qrc file needs to set the aliases for it, and I have seen the list of CMake variables to add. What I still don’t know is how to invoke a slicelet at startup, when the application has been packaged.