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:
Nick Bolton
2024-09-18 15:56:29 +01:00
committed by GitHub
parent 9dc6377bd9
commit 0220a481f2
15 changed files with 86 additions and 101 deletions

View File

@ -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();