Fix broken CI caused by renaming project to Deskflow (#7522)
* Bump CI * Use 2 core arm runner * Update ChangeLog * Fixed filename `deskflowc.exe.manifest` * Remove .vscode/settings.json file * Restore test values to make tests work (test values should not contain app name) * Fixed syntax error in Windows watchdog * Add `sonar-project.properties` file * Change default core count * Add default package prefix * Default product name in CMake * Tweak ChangeLog
This commit is contained in:
@ -606,10 +606,10 @@ void MSWindowsWatchdog::getActiveDesktop(LPSECURITY_ATTRIBUTES security) {
|
||||
if (!installedDir.empty()) {
|
||||
String deskflowLegacyCommand;
|
||||
deskflowLegacyCommand.append("\"")
|
||||
.append(installedDir)
|
||||
.append("\\")
|
||||
.append("deskflow-legacy")
|
||||
.append("\"");
|
||||
.append(installedDir)
|
||||
.append("\\")
|
||||
.append("deskflow-legacy")
|
||||
.append("\"");
|
||||
deskflowLegacyCommand.append(" --get-active-desktop");
|
||||
|
||||
m_session.updateActiveSession();
|
||||
|
||||
Reference in New Issue
Block a user