mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-04-10 19:40:12 +03:00
fixup! Creation of symbol store generation.
This commit is contained in:
parent
2b16938d7c
commit
3e4ccba16a
@ -158,7 +158,7 @@ static BOOL validate_proton_dist(const char* src)
|
||||
snprintf(buffer, ARRAYSIZE(buffer), "%s/%s", src, "version");
|
||||
allgood = stat(buffer, &st) == 0 && (st.st_mode & S_IFMT) == S_IFREG;
|
||||
|
||||
snprintf(buffer, ARRAYSIZE(buffer), "%s/%s", src, "files");
|
||||
snprintf(buffer, ARRAYSIZE(buffer), "%s/%s", src, "dist");
|
||||
allgood = allgood && stat(buffer, &st) == 0 && (st.st_mode & S_IFMT) == S_IFDIR;
|
||||
|
||||
return allgood;
|
||||
|
Loading…
x
Reference in New Issue
Block a user