mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
[FIX] OptionalFile permissions
This commit is contained in:
parent
7f86d65d9c
commit
78265a7576
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
|
||||
public class OptionalFile {
|
||||
@LauncherNetworkAPI
|
||||
public final long permissions = 0L;
|
||||
public long permissions = 0L;
|
||||
@LauncherNetworkAPI
|
||||
@Deprecated
|
||||
public String[] list;
|
||||
|
|
Loading…
Reference in a new issue