浏览代码

Format confirmation dialog

Armin Schrenk 1 年之前
父节点
当前提交
315bf0d51f
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      dist/win/bundle/bundleWithWinfsp.wxs

+ 4 - 1
dist/win/bundle/bundleWithWinfsp.wxs

@@ -41,7 +41,10 @@
               InstallCondition="InstalledLegacyWinFspVersion <> v0.0.0.0"
               >
                 <CommandLine Condition="WixBundleUILevel &lt;= 3" InstallArgument="-q" />
-                <CommandLine Condition="WixBundleUILevel &gt; 3" InstallArgument="-t &quot;Cryptomator Installer&quot; -m &quot;Cryptomator requires a newer version of the WinFsp driver. The installer will now uninstall WinFsp, reboot, and afterwards proceed with this installation. Do you want to continue?&quot;" />
+                <!-- XML allows line breaks in attributes, hence keep the line breaks here -->
+                <CommandLine Condition="WixBundleUILevel &gt; 3" InstallArgument="-t &quot;Cryptomator Installer&quot; -m &quot;Cryptomator requires a newer version of the WinFsp driver. The installer will now uninstall WinFsp, reboot, and afterwards proceed with this installation.
+
+Do you want to continue?&quot;" />
                 <ExitCode Behavior="forceReboot" Value="0"/>
                 <ExitCode Behavior="success" Value="1"/>
                 <ExitCode Behavior="error" Value="2"/>