1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-09-20 05:53:30 +01:00

Convert Octal-Mode to Decimal (#3041)

Apparently C# doesn't use 0 as a prefix like C does.
This commit is contained in:
edisionnano 2022-01-26 00:31:04 +02:00 committed by GitHub
parent 26019c7d06
commit 0a0a95fd81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -396,7 +396,7 @@ namespace Ryujinx.Modules
if (!OperatingSystem.IsWindows()) if (!OperatingSystem.IsWindows())
{ {
chmod(ryuBin, 0777); chmod(ryuBin, 493);
} }
} }