itchio / butler

🎩 Command-line itch.io helper
MIT License
744 stars 55 forks source link

Android APK are being zipped #232

Open ricardocostaza opened 2 years ago

ricardocostaza commented 2 years ago

Hello there,

Android APK are being zipped when sent using butler. This is very bad as phone users usually can't unzip things. The ideal behavior is to download APKs directly. This bug is a regression from issue #199.

All the best,

SergioAlonsoJr commented 2 years ago

I had this problem, but it seems to have fixed itself after following these steps.

1) Deleted the Android APK channel 2) Pushed it again, but removed "quotes" from the apk directory.

Not sure what happened exactly, but I can now download the apk and not the zip

ricardocostaza commented 2 years ago

I had this problem, but it seems to have fixed itself after following these steps.

  1. Deleted the Android APK channel
  2. Pushed it again, but removed "quotes" from the apk directory.

Not sure what happened exactly, but I can now download the apk and not the zip

Hey Sergio. Thanks for the suggestion. Unfortunately it didn't do the trick for me. Do you mind sharing the whole command line you're using? Maybe there's other small detail that plays a role on it. Thanks.

SergioAlonsoJr commented 2 years ago

It was something like this

butler push path user/project:channel --if-changed

I tried this same thing with other file (a .pdf walkthrough), and it became .zip

I don't want to stress over this thing at this time.

Ryhon0 commented 53 minutes ago

Still an issue in 2024!