mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 15:42:39 +02:00
Added missing CR
This commit is contained in:
parent
fc832bff58
commit
e378a1b79c
1 changed files with 2 additions and 2 deletions
|
@ -173,9 +173,9 @@ void TestRunner::setWorkingFolder() {
|
|||
}
|
||||
|
||||
script.write("#!/bin/sh\n\n");
|
||||
script.write("echo resizing interface");
|
||||
script.write("echo resizing interface\n");
|
||||
script.write(("osascript " + _workingFolder + "/setInterfaceSizeAndPosition.scpt\n").toStdString().c_str());
|
||||
script.write("echo resize complete");
|
||||
script.write("echo resize complete\n");
|
||||
script.close();
|
||||
script.setPermissions(QFile::ReadOwner | QFile::WriteOwner | QFile::ExeOwner);
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue