mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-03 02:16:34 +08:00
added plugin downloading from servere #4168
This commit is contained in:
@@ -139,6 +139,14 @@ ArchFileWindows::getLogDirectory()
|
||||
return getInstalledDirectory();
|
||||
}
|
||||
|
||||
std::string
|
||||
ArchFileWindows::getPluginDirectory()
|
||||
{
|
||||
std::string dir = getUserDirectory();
|
||||
dir.append("\\Synergy\\Plugins");
|
||||
return dir;
|
||||
}
|
||||
|
||||
std::string
|
||||
ArchFileWindows::concatPath(const std::string& prefix,
|
||||
const std::string& suffix)
|
||||
|
||||
Reference in New Issue
Block a user