From 8322f0703c4bec1fdc268e4a6dce8e5b89e7bb3d Mon Sep 17 00:00:00 2001 From: Marco Batzinger Date: Mon, 19 Oct 2020 17:55:42 +0200 Subject: [PATCH] fixed build script --- create_msi.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_msi.ps1 b/create_msi.ps1 index b51b524..a7d0633 100644 --- a/create_msi.ps1 +++ b/create_msi.ps1 @@ -1,2 +1,2 @@ $args = '/MSBUILD:..\Installer\VirtualPrinter.WixSharpInstaller', '/p:..\VirtualPrinterDriver' -Start-Process -FilePath '.Files\VPDInstaller.exe' -ArgumentList $args \ No newline at end of file +Start-Process -FilePath '.\Files\VPDInstaller.exe' -ArgumentList $args \ No newline at end of file