Skip to content

Commit

Permalink
updater fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lailloken authored Jan 31, 2024
1 parent 3aab55c commit c3dd75e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Lailloken UI.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -1049,7 +1049,6 @@ UpdateCheck(timer := 0) ;checks for updates: timer param refers to whether this
If (vars.update.1 >= 0)
{
FileCopyDir, % "update\update_" vars.updater.target_version.2 ".zip", update, 1
FileMoveDir, % "update\updater-testing-" vars.updater.target_version.1, % "update\lailloken-ui-" vars.updater.target_version.1, 2
If ErrorLevel || !FileExist("update\lailloken-ui-*")
vars.update := [-6, vars.updater.target_version.1] ;error-code -6 = zip-file couldn't be extracted
}
Expand Down

0 comments on commit c3dd75e

Please sign in to comment.