playdate-simulator: update uninstall_preflight

This commit is contained in:
Justin Krehel
2024-01-19 14:01:12 -05:00
parent 9c15663073
commit 182c4c343b
+1 -1
View File
@@ -19,7 +19,7 @@ cask "playdate-simulator" do
uninstall_preflight do
Pathname("/usr/local/bin").glob("arm-*").each do |exec|
exec.unlink if exec.exist? && exec.readlink.to_s.include?("playdate")
Utils.gain_permissions_remove(exec) if exec.exist? && exec.readlink.to_s.include?("playdate")
end
end