Kaynağa Gözat

apply workaround for wix burn bug

Armin Schrenk 6 gün önce
ebeveyn
işleme
8322633b14

+ 2 - 0
dist/win/bundle/bundleWithWinfsp.wxs

@@ -16,6 +16,8 @@
               LogoFile="bundle\resources\logo.png"
               LaunchTarget="[ProgramFiles64Folder]\$(var.BundleName)\$(var.BundleName).exe" />
             <ns0:Payload SourceFile="bundle\resources\logoSide.png"/>
+            <!-- Required due to https://github.com/wixtoolset/issues/issues/8104 -->
+            <ns0:Payload Name="Cryptobot.ico" SourceFile="bundle\resources\Cryptomator.ico"/>
         </ns0:BootstrapperApplication>
 
         <ns0:Chain>

+ 1 - 1
dist/win/bundle/resources/customBootstrapperTheme.xml

@@ -8,7 +8,7 @@
     <Font Id="2" Height="-22" Weight="500" Foreground="graytext">Segoe UI</Font>
     <Font Id="3" Height="-12" Weight="500" Foreground="windowtext" Background="window">Segoe UI</Font>
 
-    <Window Width="600" Height="450" HexStyle="100a0000" FontId="0" Caption="#(loc.Caption)">
+    <Window Width="600" Height="450" HexStyle="100a0000" FontId="0" Caption="#(loc.Caption)" IconFile="Cryptobot.ico">
         <Page Name="Help">
             <Label X="80" Y="11" Width="-11" Height="32" FontId="1" DisablePrefix="yes">#(loc.Title)</Label>
             <ImageControl X="11" Y="11" Width="64" Height="64" ImageFile="logo.png"/>