Fix syntax issue

This commit is contained in:
Robin Westberg 2022-11-15 10:28:37 +01:00 committed by Salah Benmoussati
parent 58a44e6123
commit 7f50ec17d3

View File

@ -109,7 +109,7 @@ class Script
// will not work for us, as we have a "minimize on close" option, which stops the app from terminating on WM_CLOSE. So we
// instruct the installer to not send a Close message, but instead send the EndSession message, and we have a custom event
// handler in the SDA code which listens for this message, and ensures app termination when it is received.
new CloseApplication("Symphony.exe", false) { EndSessionMessage = true },
new CloseApplication("Symphony.exe", false) { EndSessionMessage = true }
);
// The build script which calls the wix# builder, will be run from a command environment which has %SYMVER% set.