I have a couple of bash scripts wrapped as apps, like transcoding videos with ffmpeg or uploading files to FTP right from the Finder. Before Big Sur, it was possible to open the app multiple times to process files in parallel. It was nice but it’s gone since Big Sur. I tried the key LSMultipleInstancesProhibited
in my Info.plist
but it doesn’t help. One workaround I came up with, would be to call the main script from the executable and sending it to the background with &
. Is there a better way to do this?
Asked
Active
Viewed 79 times
1

florit
- 325
- 2
- 13