Skip to content

Commit

Permalink
fix: Ensure old .mez connector is removed upon installation (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanRynne authored May 22, 2024
1 parent 84efce7 commit fd9054a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/powerbi.iss
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,7 @@ Source: "{#Bin}Speckle.pqx"; DestDir: "{#CustomConnectorFolder}";
; TODO: Including the thumbprint in the registry will enable this running in higher security environments.
; Currently blocked because of MakePQX.exe not being ready to work with online CSP's like Digicert Keylocker.
; #include "includes\registry-thumbprint-edit.iss"

[InstallDelete]
; Remove old .mez file connector to prevent conflicts
Type: filesandordirs; Name: "{#CustomConnectorFolder}\Speckle.mez"

0 comments on commit fd9054a

Please sign in to comment.