Skip to content

Make sure Python is backgrounded #3

@pboucher

Description

@pboucher

Make sure Python is backgrounded so that the .app container doesn't stay open while Python is processing and so the open .app container doesn't stop multiple invocations of the app from being halted by macOS.

change

& this_URL & "' 2>&1")

to

& this_URL & "' > /dev/null 2>&1 &")

in main.scpt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions