Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Allow pkg name and display name to be different in JamfPackageUploader #96

Open
Pueo2 opened this issue Mar 24, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@Pueo2
Copy link

Pueo2 commented Mar 24, 2023

When uploading a package using JamfPackageUploader would be possible to have an option to have the Package Name (pkg_name) different to the Display Name you see in Jamf? For example pkg_name = package12345.pkg. Display Name= Package. I

@grahampugh
Copy link
Owner

grahampugh commented Jun 7, 2023

To achieve this we need to know the differences between these keys in the GUI upload process:

&name=Cyberduck-8.2.3.pkg
&fileInputfileName=Cyberduck-8.2.3.pkg
&fileName=Cyberduck-8.2.3.pkg

It'll need some experimentation with Charles Proxy or similar. I would guess that name is the display name, and fileName is the package name. But not sure why we also need fileInputfileName.

@grahampugh grahampugh added the enhancement New feature or request label Jun 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants