remove the extension as it might not be needed and pushes a Settings window to the foreground all the time

main
borja 4 months ago
parent a8d668a755
commit 7a9dfa0332

@ -1,9 +1,13 @@
#!/bin/bash #!/bin/bash
# Define the processes to check # Define the processes to check
# processes=(
# "/Applications/Stats.app/Contents/MacOS/Stats"
# "/Applications/Stats.app/Contents/PlugIns/WidgetsExtension.appex/Contents/MacOS/WidgetsExtension"
# )
processes=( processes=(
"/Applications/Stats.app/Contents/MacOS/Stats" "/Applications/Stats.app/Contents/MacOS/Stats"
"/Applications/Stats.app/Contents/PlugIns/WidgetsExtension.appex/Contents/MacOS/WidgetsExtension"
) )
# Function to check if a process is running # Function to check if a process is running

Loading…
Cancel
Save