Skip to content

Commit 93b4375

Browse files
committed
fmt fix
1 parent d7232bf commit 93b4375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Installer/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ private static int BuildBundle(BootstrapperOptions opts)
423423
if (opts.ThemeXmlPath != null)
424424
{
425425
bundle.Application.ThemeFile = opts.ThemeXmlPath;
426-
bundle.Application.Payloads =
426+
bundle.Application.Payloads =
427427
[
428428
new ExePackagePayload
429429
{

0 commit comments

Comments
 (0)