mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
Installer can delete WASAPI plugin installed by a previous version
This commit is contained in:
@@ -230,4 +230,15 @@
|
||||
</distributionFileList>
|
||||
</folder>
|
||||
</folderList>
|
||||
<postInstallationActionList>
|
||||
<deleteFile>
|
||||
<path>${installdir}/bin/audio/*wasapi*.dll</path>
|
||||
<progressText>Delete old version of Qt audio plugin</progressText>
|
||||
<ruleList>
|
||||
<platformTest>
|
||||
<type>windows</type>
|
||||
</platformTest>
|
||||
</ruleList>
|
||||
</deleteFile>
|
||||
</postInstallationActionList>
|
||||
</componentGroup>
|
||||
|
||||
Reference in New Issue
Block a user