mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-07 22:23:12 +08:00
Fixed: SSL dir not created on Mac #4551
This commit is contained in:
@@ -118,7 +118,7 @@ void SslCertificate::generateCertificate()
|
||||
|
||||
QDir sslDir(sslDirPath);
|
||||
if (!sslDir.exists()) {
|
||||
sslDir.mkdir(".");
|
||||
sslDir.mkpath(".");
|
||||
}
|
||||
|
||||
QString filename = QString("%1%2%3")
|
||||
|
||||
Reference in New Issue
Block a user