mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 12:35:43 +08:00
Installer can delete WASAPI plugin installed by a previous version
This commit is contained in:
@@ -230,4 +230,15 @@
|
|||||||
</distributionFileList>
|
</distributionFileList>
|
||||||
</folder>
|
</folder>
|
||||||
</folderList>
|
</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>
|
</componentGroup>
|
||||||
|
|||||||
Reference in New Issue
Block a user