mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
[Installer] Limit LaunchAgents plist deletion to platform OSX
This commit is contained in:
committed by
Klaus Basan
parent
77a766afa9
commit
463beab408
@@ -245,6 +245,11 @@ it and relaunch the uninstaller.</text>
|
||||
</runProgram>
|
||||
<deleteFile>
|
||||
<path>${user_home_directory}/Library/LaunchAgents/org.freedesktop.dbus-session.plist</path>
|
||||
<ruleList>
|
||||
<platformTest>
|
||||
<type>osx</type>
|
||||
</platformTest>
|
||||
</ruleList>
|
||||
</deleteFile>
|
||||
<kill>
|
||||
<name>dbus-daemon.exe</name>
|
||||
|
||||
Reference in New Issue
Block a user