1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Fix x11 exported executables not getting the +x flag

This commit is contained in:
Marcelo Fernandez
2017-09-16 22:38:32 -03:00
parent 8be9e8b484
commit b48704c620
6 changed files with 38 additions and 0 deletions

View File

@@ -78,6 +78,8 @@ public:
virtual uint64_t _get_modified_time(const String &p_file);
virtual Error _chmod(const String &p_path, int p_mod);
FileAccessUnix();
virtual ~FileAccessUnix();
};