From 025ffa9c0ebb56831e3b1782c2704c040da60da4 Mon Sep 17 00:00:00 2001 From: Alejandro Martinez Date: Thu, 29 Jan 2026 15:40:32 -0300 Subject: [PATCH] Fix Windows installer script from previous commit --- src/Resources/win32/GC3.8-Master-W64-QT6.nsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Resources/win32/GC3.8-Master-W64-QT6.nsi b/src/Resources/win32/GC3.8-Master-W64-QT6.nsi index 2ad8c7df8..c91e549bd 100644 --- a/src/Resources/win32/GC3.8-Master-W64-QT6.nsi +++ b/src/Resources/win32/GC3.8-Master-W64-QT6.nsi @@ -385,9 +385,9 @@ Section Uninstall Delete "$INSTDIR\_multiprocessing.pyd" Delete "$INSTDIR\_overlapped.pyd" Delete "$INSTDIR\pyexpat.pyd" - Delete "$INSTDIR\python37.dll" - Delete "$INSTDIR\python37._pth" - Delete "$INSTDIR\python37.zip" + Delete "$INSTDIR\python311.dll" + Delete "$INSTDIR\python311._pth" + Delete "$INSTDIR\python311.zip" Delete "$INSTDIR\python3.dll" Delete "$INSTDIR\python.exe" Delete "$INSTDIR\pythonw.exe"