1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-06 19:40:08 +02:00

Added EAP target

This commit is contained in:
2023-03-22 21:43:20 +01:00
parent 3a826b7e51
commit 29fcc66cba
10 changed files with 601 additions and 38 deletions

View File

@ -37,6 +37,7 @@ class Updater: NSObject, NSApplicationDelegate {
// Terminate all instances of PHP Monitor first
await LaunchControl.terminateApplications(bundleIds: [
"com.nicoverbruggen.phpmon.eap",
"com.nicoverbruggen.phpmon.dev",
"com.nicoverbruggen.phpmon"
])