Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

Commit

Permalink
fix updater
Browse files Browse the repository at this point in the history
  • Loading branch information
pukkandan committed Feb 26, 2021
1 parent dd119fe commit ede30c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NOTE: This is currently working, but will no longer be updated
NOTE: This will no longer be updated except bugfixes

# YT-DLP Launcher

Expand Down
3 changes: 1 addition & 2 deletions update.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,13 @@ for _,item in Options {
}
splash("Downloaded " item.name)

path:= item.temp? TEMP : A_WorkingDir
if item.unzip {
splash("Extracting " item.name)
unzip(item.file, item.unzip)
FileDelete, % item.file
splash("Extracted " item.name)
}

FileDelete, % item.file
if item.run {
sleep 100
splash("Postprocessing " item.name)
Expand Down

0 comments on commit ede30c5

Please sign in to comment.