Make a Unix Executable file available for download in Self Service
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on
06-11-2021
10:32 AM
- last edited
a week ago
by
kh-richa_mig
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?
- Labels:
-
Scripts
-
Self Service
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
