Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

fix: On first load, remove installations of Ganache >= 2.3.0 < 2.7.0 #5255

Merged
merged 3 commits into from
Feb 21, 2023

Conversation

jeffsmale90
Copy link
Contributor

@jeffsmale90 jeffsmale90 commented Feb 16, 2023

In this release (v2.7.0) we have updated the signing certificate to one with a new CN, which may result in duplicate installations of Ganache UI (it may also fail to install, in which case the old version must first be uninstalled). This issue on MSIX packaging describes the issue: microsoft/msix-packaging#365.

As a workaround, when the new version of Ganache UI is launched, it will check for old versions, and remove them if they exist.

@jeffsmale90 jeffsmale90 marked this pull request as draft February 16, 2023 19:59
@jeffsmale90 jeffsmale90 changed the title fix: On first load, remove installations of Ganache >= 2.4.0 < 2.7.0 fix: On first load, remove installations of Ganache >= 2.3.0 < 2.7.0 Feb 16, 2023
@jeffsmale90 jeffsmale90 marked this pull request as ready for review February 16, 2023 20:20
@@ -133,3 +165,5 @@ export default {
migrate,
uninstallOld
}

//
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

love this addition!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's gone now :(

@jeffsmale90 jeffsmale90 merged commit fe80d07 into develop Feb 21, 2023
@jeffsmale90 jeffsmale90 deleted the fix/windows-install branch February 21, 2023 21:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants