mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-21 02:01:03 +07:00
set the value S_IRWXU for windows, so that when copying via sftp, the necessary permissions for the file are set
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#include <fstream>
|
||||
|
||||
#ifdef Q_OS_WINDOWS
|
||||
#define S_IRWXU 0
|
||||
const uint32_t S_IRWXU = 0644;
|
||||
#endif
|
||||
|
||||
namespace libssh {
|
||||
|
||||
Reference in New Issue
Block a user