I distribute my app in two shapes for macOS, a zip file and a dmg file
butler push ./FCP\ Library\ Cleaner-0.2.1.dmg fractale/fcp-library-cleaner:mac-dmg --userversion 0.2.1
when I download this file his name is FCP\ Library\ Cleaner-0.2.1.dmg as I wish
but for the zip file:
butler push ./FCP\ Library\ Cleaner-0.2.1.zip fractale/fcp-library-cleaner:mac-zip --userversion 0.2.1
the filename is fcp-library-cleaner-mac-zip.zip which is not what I want.
Could you please ensure that the filename behavior is consistent across both file types? Alternatively, it would be helpful to have an option that allows specifying the desired download name for each file type. This would improve user experience and maintain consistency in naming conventions.
Thank you for your assistance!
I distribute my app in two shapes for macOS, a zip file and a dmg file
when I download this file his name is
FCP\ Library\ Cleaner-0.2.1.dmgas I wishbut for the zip file:
the filename is
fcp-library-cleaner-mac-zip.zipwhich is not what I want.Could you please ensure that the filename behavior is consistent across both file types? Alternatively, it would be helpful to have an option that allows specifying the desired download name for each file type. This would improve user experience and maintain consistency in naming conventions.
Thank you for your assistance!