mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 12:55:31 +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>
|
</runProgram>
|
||||||
<deleteFile>
|
<deleteFile>
|
||||||
<path>${user_home_directory}/Library/LaunchAgents/org.freedesktop.dbus-session.plist</path>
|
<path>${user_home_directory}/Library/LaunchAgents/org.freedesktop.dbus-session.plist</path>
|
||||||
|
<ruleList>
|
||||||
|
<platformTest>
|
||||||
|
<type>osx</type>
|
||||||
|
</platformTest>
|
||||||
|
</ruleList>
|
||||||
</deleteFile>
|
</deleteFile>
|
||||||
<kill>
|
<kill>
|
||||||
<name>dbus-daemon.exe</name>
|
<name>dbus-daemon.exe</name>
|
||||||
|
|||||||
Reference in New Issue
Block a user