ValvePython / steamctl

🤸 Take control of Steam from your terminal
https://pypi.org/project/steamctl/
MIT License
311 stars 16 forks source link

depot download: On linux, set executable permission if the file is flagged as executable #23

Open rossengeorgiev opened 3 years ago

rossengeorgiev commented 3 years ago

Spawned from: https://github.com/SteamRE/DepotDownloader/issues/155

See flags: https://github.com/ValvePython/steam/blob/6f955c4b4d28dc800c38f10a33f9a18e09b83c51/steam/enums/common.py#L624-L634

Should probably be handled in the download_to: https://github.com/ValvePython/steamctl/blob/5c9272deb80b6e005cda5fda13733640c7fafbce/steamctl/clients.py#L107