mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 05:05:40 +12:00
Fix CHMOD
This commit is contained in:
parent
9294ec11a7
commit
900fe0d48a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue