diff --git a/dist/win/build.ps1 b/dist/win/build.ps1 index 0b0e953bc..e3ba36efd 100644 --- a/dist/win/build.ps1 +++ b/dist/win/build.ps1 @@ -140,4 +140,4 @@ Copy-Item ".\installer\Cryptomator-*.msi" -Destination ".\bundle\resources\Crypt -dAboutUrl="$aboutUrl" ` -dHelpUrl="$helpUrl" ` -dUpdateUrl="$updateUrl" -& "$env:WIX\bin\light.exe" -b . .\bundle\BundlewithWinfsp.wixobj -ext WixBalExtension -out installer\CryptomatorBundle.exe \ No newline at end of file +& "$env:WIX\bin\light.exe" -b . .\bundle\BundlewithWinfsp.wixobj -ext WixBalExtension -out installer\Cryptomator-Installer.exe \ No newline at end of file