Posted on 06-11-2021 10:32 AM
I have an internal tool that I want to make available to users via Self Service. The tool is essentially a python script packaged with all required dependencies into a Unix Executable.
I've already tried uploading the executable in a zip and adding to self service but it fails out with the error: "Installation failed. The zip file contained no package."
Whats the best way for me to make this executable available for my users to download from Self Service?
Posted on 06-17-2021 10:36 PM
Try making it as a package using Composer? So that it copies it to whatever location you need?