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

Files are not being set as executable. EDepotFileFlag not set. #448

Open
drch- opened this issue Sep 4, 2023 · 0 comments
Open

Files are not being set as executable. EDepotFileFlag not set. #448

drch- opened this issue Sep 4, 2023 · 0 comments
Labels

Comments

@drch-
Copy link

drch- commented Sep 4, 2023

What did you expect to happen?

Files that steamCMD sets to executable are also set as executable via DepotDownloader

Instead of that, what actually happened?

Files are not marked as executable when downloaded with DepotDownloader. They are when using steamCMD

Which operating system are you running on?

Linux

Version

2.5.0

Relevant log output

No response

Additional Information

I noticed this after downloading the Satisfactory dedicated server (app 1690800). It's large download, but a quicker reproduction of the issue can be done by including only the FactoryServer.sh file in a filelist which is also marked as executable. I noticed that no EDepotFileFlag are set at all on the file.

echo FactoryServer.sh >> /tmp/filelist.txt
./DepotDownloader -app 1690800 -filelist /tmp/filelist.txt
ls -l ./depots/1690802/10115591
> -rw-rw-r-- 1 dh6n dh6n 279 Sep  3 18:11 FactoryServer.sh

Executable bit is not set. However, if I download the app with steamCMD it is.

@drch- drch- added the bug label Sep 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant