Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve MacOS packaging #14

Open
serafdev opened this issue May 29, 2023 · 0 comments
Open

Improve MacOS packaging #14

serafdev opened this issue May 29, 2023 · 0 comments

Comments

@serafdev
Copy link
Member

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>EnvironmentVariables</key>
    <dict>
        <key></key>
        <string></string>
    </dict>
    <key>Label</key>
    <string>org.masjidsrobot.darsrec</string>
    <key>ProgramArguments</key>
    <array>
        <string>/usr/local/bin/darsrec</string>
    </array>
    <key>KeepAlive</key>
    <true/>
    <key>StandardOutPath</key>
    <string>/tmp/darsrec.out</string>
    <key>StandardErrorPath</key>
    <string>/tmp/darsrec.err</string>
</dict>
</plist>

Currently hardcoded the above in ~/Library/LaunchAgents/org.masjidsrobot.darsrec.plist

Should find a better way with an install.sh script to do this automatically

This ticket includes signing the binary with Apple's Developpers - not sure about the process for non-mac users, got to investigate inchaAllah

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant