You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
output.append(QString("❌ Failed to sign \"%1\" - Error %2\nPlease make sure that you have signtool.exe installed and available in your $PATH").arg(filePath, error));
293
+
output.append(QString("❌ Failed to sign \"%1\" - Error %2\nPlease make sure that you have signtool.exe installed and available in your $PATH\n").arg(filePath).arg(error));
output.append(QString("❌ \"%1\" - Error %2\nPlease make sure that you have signtool.exe installed and available in your $PATH").arg(filePath, error));
380
+
output.append(QString("❌ \"%1\" - Error %2\nPlease make sure that you have signtool.exe installed and available in your $PATH\n").arg(filePath).arg(error));
0 commit comments