Skip to content

Commit

Permalink
MSI: Update installer.bat
Browse files Browse the repository at this point in the history
From 1.3.82 wix.exe is generated in the net472 subfolder instead in the msi folder...
  • Loading branch information
EosBandi authored Sep 11, 2024
1 parent 0e44614 commit 7355672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Msi/installer.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ for /f %%f in ('dir /a-d /b ..\bin\Release\net461\plugins') do if exist ..\bin\R

powershell -command "cd..; ls plugins -recurse | ForEach-Object { if (Test-Path ($_.fullname -replace '\\plugins\\','\') -PathType Leaf) { $_.fullname }} | ForEach-Object { del $_ }"

wix.exe ..\bin\release\net461\
.\net472\wix.exe ..\bin\release\net461\

pause

0 comments on commit 7355672

Please sign in to comment.