add link to Applications into dmg
This commit is contained in:
parent
6423efb88f
commit
0731e8c963
2 changed files with 3 additions and 3 deletions
|
|
@ -116,7 +116,7 @@ class Install(Thread):
|
|||
plist = os.path.expanduser('~/Library/LaunchAgents/%s.plist'%name)
|
||||
with open(plist, 'w') as f:
|
||||
f.write('''<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>Label</key>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue