Skip to content

Commit

Permalink
update installer
Browse files Browse the repository at this point in the history
  • Loading branch information
insomniachi committed Jan 30, 2024
1 parent d40cf84 commit 80d008f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Totoro.Installer/Totoro.Installer.wixproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@
<PropertyGroup>
<DefineConstants>BuildVersion=$(Version);BasePath=..\Totoro.WinUI\bin\publish\</DefineConstants>
</PropertyGroup>
<!--<Exec Command="dotnet publish ..\Totoro.WinUI\Totoro.WinUI.csproj --self-contained -c $(Configuration) -r win10-x64 -o ..\Totoro.WinUI\bin\publish\ /property:BuildVersion=$(BuildVersion)" />
<Exec Command="xcopy FFmpeg ..\Totoro.WinUI\bin\publish\FFmpeg\ /s /e /h" />
<Exec Command="rd /q /s ..\Totoro.WinUI\bin\publish\gd-gb ..\Totoro.WinUI\bin\publish\mi-NZ ..\Totoro.WinUI\bin\publish\ug-CN" />-->
<HeatDirectory OutputFile="ComponentsGenerated.wxs" DirectoryRefId="INSTALLFOLDER" ComponentGroupName="PublishedComponents" SuppressCom="true" Directory="..\Totoro.WinUI\bin\publish\" SuppressFragments="true" SuppressRegistry="true" SuppressRootDirectory="true" AutoGenerateGuids="false" GenerateGuidsNow="true" ToolPath="$(WixToolPath)" RunAsSeparateProcess="$(RunWixToolsOutOfProc)" PreprocessorVariable="var.BasePath" />
</Target>
<Target Name="AfterBuild">
Expand Down

0 comments on commit 80d008f

Please sign in to comment.