Add C redistributable to root of novelwriter install

This commit is contained in:
Veronica Berglyd Olsen
2025-01-20 23:43:31 +01:00
parent 4ec276642a
commit bcd7f8350b
+3
View File
@@ -209,6 +209,9 @@ def main(args: argparse.Namespace) -> None:
installRequirements(libDir)
removeRedundantQt(libDir)
print("Copy redistributable to root ...")
shutil.copyfile(libDir / "PyQt6" / "Qt6" / "bin" / "msvcp140.dll", outDir / "msvcp140.dll")
print("Updating starting script ...")
writeFile(outDir / "novelWriter.pyw", (
"#!/usr/bin/env python3\n"