add mac arguments type
This commit is contained in:
parent
7fbc8f4f70
commit
f30156917d
1 changed files with 4 additions and 2 deletions
|
|
@ -64,8 +64,10 @@ class _StartupMac extends _Startup {
|
|||
<false/>
|
||||
<key>Label</key>
|
||||
<string>{LABEL}</string>
|
||||
<key>Program</key>
|
||||
<string>{FILE_PATH}</string>
|
||||
<key>ProgramArguments</key>
|
||||
<array>
|
||||
<string>{FILE_PATH}</string>
|
||||
</array>
|
||||
<key>RunAtLoad</key>
|
||||
<true/>{LOG_STANDARD}{LOG_ERROR}
|
||||
</dict>
|
||||
|
|
|
|||
Loading…
Reference in a new issue