Commit 59d8bc8
committed
windows: fix en-dash characters in installer Exec command
The powershell.exe invocation in the Installer.Windows.csproj Exec
task uses Unicode en dash characters (U+2013) instead of ASCII hyphens
for the -NonInteractive and -ExecutionPolicy parameters. Windows
PowerShell 5.1 does not recognise en dashes as parameter prefixes, so
these flags are not applied correctly, which can cause the layout step
to fail or run with an unexpected execution policy.
Replace the en dash characters with ASCII hyphens.
Signed-off-by: Matthew John Cheetham <mjcheetham@outlook.com>1 parent cb83298 commit 59d8bc8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments