Fix bug in windows installer build script

This commit is contained in:
Veronica Berglyd Olsen
2025-01-18 14:56:40 +01:00
parent d2e208ef26
commit 7a52d32af9
+1 -1
View File
@@ -204,7 +204,7 @@ def main(args: argparse.Namespace) -> None:
outDir.mkdir()
libDir.mkdir()
copySourceCode(outDir)
prepareCode(outDir)
embedPython(bldDir, outDir)
installRequirements(libDir)
removeRedundantQt(libDir)