diff --git a/Freedomain Video Uploader.ahk b/Freedomain Video Uploader.ahk index d1bc7b5..d7e8810 100644 --- a/Freedomain Video Uploader.ahk +++ b/Freedomain Video Uploader.ahk @@ -221,7 +221,7 @@ if(InStr(PassedInArgument1_Filepath,ScriptName) and InStr(PassedInArgument1_File ; move old version to backups folder, overwrite if name conflict FileDelete, %PassedInArgument1_Filepath% if(ErrorLevel){ ; most likely because the old version hasn't finished exiting yet - SaveOrPostProgress(Message:="Moving Old Version to Backups",PostType:="Tooltip,ErrorLoggingTextFile,ErrorSummaryVar") + SaveOrPostProgress(Message:="Failed to Delete Old Program Version",PostType:="Tooltip,ErrorLoggingTextFile,ErrorSummaryVar") sleep, 2000 FileDelete, %PassedInArgument1_Filepath% if(ErrorLevel){ @@ -403,10 +403,10 @@ if(FileExist(VideoLinksIniFile)){ ; Misc Info ; ------------------------------------------------ IniRead, ErrorLoggingFilePath, %VideoLinksIniFile%, Misc, ErrorLoggingFilePath, %A_Space% - ; Double check that the file/directory exists and create if not - SplitPath, ErrorLoggingFilePath,, ErrorLogDir - if(!FileExist(ErrorLogDir)){ - FileCreateDir, %ErrorLogDir% + + ; Double check that the file still exists on the system. if set var to blank so new file can be generated + if(!FileExist(ErrorLoggingFilePath)){ + ErrorLoggingFilePath := } } diff --git a/Lib/Freedomain-Posters-Shared-Functions b/Lib/Freedomain-Posters-Shared-Functions index 670b97d..95bda71 160000 --- a/Lib/Freedomain-Posters-Shared-Functions +++ b/Lib/Freedomain-Posters-Shared-Functions @@ -1 +1 @@ -Subproject commit 670b97d6b130bf09b8c032e2f6fdb940a099b36a +Subproject commit 95bda715cb2bf2d9dd062e37e61d2dd0a281fcc3 diff --git a/Version.ini b/Version.ini index b1adfa9..6352f22 100644 --- a/Version.ini +++ b/Version.ini @@ -1,4 +1,3 @@ [Video-Uploader] -Version=3.49 -Name=Freedomain Video Uploader -APIURL= +Version=3.48 +Name=Freedomain Video Uploader \ No newline at end of file