Fix CHMOD

This commit is contained in:
Li 2022-07-25 21:50:13 +12:00
parent 9294ec11a7
commit 900fe0d48a

View file

@ -23,7 +23,7 @@ namespace MPN00BS
{
AvaloniaXamlLoader.Load(this);
#if OS_LINUX
chmod(Path.Combine(Directory.GetCurrentDirectory(), "flashplayer", "LINUX", "flash.elf"), 777);
chmod(Path.Combine(Directory.GetCurrentDirectory(), "flashplayer", "LINUX", "flash.elf"), 511);
#endif
}