From 82d53748b3c6a4de6b25cc800ee2e95592f5552e Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Tue, 23 May 2023 13:03:00 +0200 Subject: [PATCH] Forgot to change shiboken2 to shiboken6 in windows installer. --- win/installer.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/installer.nsi b/win/installer.nsi index 45f61c8..395aa6b 100644 --- a/win/installer.nsi +++ b/win/installer.nsi @@ -164,7 +164,7 @@ Section "" File *.ico File /r qml File /r PySide6 - File /r shiboken2 + File /r shiboken6 CreateShortcut "$SMPROGRAMS\LogarithmPlotter.lnk" "$INSTDIR\logarithmplotter.exe"