Make a Unix Executable file available for download in Self Service

RealMestizo
New Contributor II

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?

1 REPLY 1

summoner2100
Contributor

Try making it as a package using Composer? So that it copies it to whatever location you need?