Skip to content

Commit

Permalink
adding uninstall routine to Updater.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
gesslar committed Jun 25, 2024
1 parent a251dfa commit d963a23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"package": "ThreshURL",
"title": "Make URLs clickable",
"description": "Enable clickable links in Threshold! That's pretty nice, right?",
"version": "1.4.3",
"version": "1.4.4",
"author": "Gesslar@ThresholdRPG",
"icon": "griffon-right.jpg",
"dependencies": "",
Expand Down
1 change: 1 addition & 0 deletions src/scripts/Updater.lua
Original file line number Diff line number Diff line change
Expand Up @@ -139,5 +139,6 @@ __PKGNAME__.Mupdate.MudpateUninstallHandler = __PKGNAME__.MudpateUninstallHandle
if package ~= "__PKGNAME__" then return end
print("Uninstalling __PKGNAME__ Auto-Updater")
deleteAllNamedEventHandlers(__PKGNAME__.Mupdate.tag)
deleteAllNamedTimers(__PKGNAME__.Mupdate.tag)
end
)

0 comments on commit d963a23

Please sign in to comment.