diff --git a/helper_functions.ahk b/helper_functions.ahk index c818607..d7d1afd 100644 --- a/helper_functions.ahk +++ b/helper_functions.ahk @@ -322,7 +322,8 @@ TestsFailed(DebugText) { clipboard = ; emptry clipboard szFileName := SubStr(A_ScriptName, 1, -4) ; remove '.exe' part from our executable name - szUploadURL = mysoft.zapto.org:6666/Uploads/Captures/%szFileName%_%TestName%.jpg + FormatTime, CurrentDateTime,,MMM + szUploadURL = mysoft.zapto.org:6666/Uploads/Captures/%CurrentDateTime%%A_YYYY%/%szFileName%_%TestName%.jpg Run, %szApp% /full /jpg 40 /silent /revision /nobelt /clipboard /hfs %szUploadURL% /debug SplitPath, szApp, ProcessName Process, wait, %ProcessName%, 3