Skip to content

Commit

Permalink
fixup! Source code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslavyaroslav committed Feb 19, 2025
1 parent 029dc78 commit 6ad920a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/configurators/ssh_configurator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ QProcessEnvironment SshConfigurator::prepareEnv()
pathEnvVar.clear();
pathEnvVar.prepend(QDir::toNativeSeparators(QApplication::applicationDirPath()) + "\\cygwin;");
pathEnvVar.prepend(QDir::toNativeSeparators(QApplication::applicationDirPath()) + "\\openvpn;");
#elif defined(Q_OS_MAC) && !defined(MACOS_NE)
#elif defined(Q_OS_MACX) && !defined(MACOS_NE)
pathEnvVar.prepend(QDir::toNativeSeparators(QApplication::applicationDirPath()) + "/Contents/MacOS");
#endif

Expand Down

0 comments on commit 6ad920a

Please sign in to comment.