tpill90 / battlenet-lancache-prefill

CLI tool to automatically prefill a Lancache with Battle.Net games
https://tpill90.github.io/battlenet-lancache-prefill/
MIT License
72 stars 10 forks source link

Linux: update.sh apply chmod +x to SteamPrefill on update #63

Closed kizmat closed 1 year ago

kizmat commented 1 year ago

If update.sh is run, it would be helpful if chmod +x is re-applied to SteamPrefill.

If you wanted it to be more security conscious before the upgrade you get check if the existing older binary has the execute flag, and if it does, set chmod +x at the end of the upgrade. If not, then leave it be.

For me as a user, every time the binary is replaced with a new version, I have to re-apply chmod +x to SteamPrefill or my scripts will break.

Granted I could script the chmod +x myself as well, its a nice to have though ^^

tpill90 commented 1 year ago

Taken care of in pull request #85