Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/mRemoteNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFaryan Rezagholi <faryan.rezagholi@siedle.de>2021-12-09 20:14:35 +0300
committerFaryan Rezagholi <faryan.rezagholi@siedle.de>2021-12-09 20:14:35 +0300
commit57b067b4e27d35790481dd8f3c7dbbc551297bf7 (patch)
tree629635015479d1b054dfd7608b339b179ae3923b
parent74999e93946095718696f2dba119c35a3e9eb22e (diff)
don't convert license file to rich text format on installer build
-rw-r--r--mRemoteNGInstaller/Installer/Installer.wixproj5
-rw-r--r--mRemoteNGInstaller/Installer/Resources/Pandoc/pandoc.exebin44117006 -> 0 bytes
2 files changed, 1 insertions, 4 deletions
diff --git a/mRemoteNGInstaller/Installer/Installer.wixproj b/mRemoteNGInstaller/Installer/Installer.wixproj
index 53236357..ed26818f 100644
--- a/mRemoteNGInstaller/Installer/Installer.wixproj
+++ b/mRemoteNGInstaller/Installer/Installer.wixproj
@@ -188,9 +188,6 @@ rmdir /S /Q "$(TargetDir)"
echo $(ConfigurationName) &gt; buildenv.tmp
REM Harvest bin directory of the mRemoteNG project
-"$(WIX)bin\heat.exe" dir "$(SolutionDir)mRemoteNG\bin\x64\$(Configuration)" -ag -nologo -dr INSTALLDIR -var var.HarvestPath -srd -scom -sreg -cg MandatoryComponents -template fragment -out "$(ProjectDir)Fragments\FilesFragment.wxs" -t "$(ProjectDir)Filters\Harvest_Filter.xslt"
-
-REM Convert the license file "COPYING.TXT" to "License.rtf" to be shown in the installer GUI
-"$(ProjectDir)Resources\Pandoc\pandoc.exe" -s -t rtf -o "$(ProjectDir)\Resources\License.rtf" "$(SolutionDir)COPYING.TXT"</PreBuildEvent>
+"$(WIX)bin\heat.exe" dir "$(SolutionDir)mRemoteNG\bin\x64\$(Configuration)" -ag -nologo -dr INSTALLDIR -var var.HarvestPath -srd -scom -sreg -cg MandatoryComponents -template fragment -out "$(ProjectDir)Fragments\FilesFragment.wxs" -t "$(ProjectDir)Filters\Harvest_Filter.xslt"</PreBuildEvent>
</PropertyGroup>
</Project> \ No newline at end of file
diff --git a/mRemoteNGInstaller/Installer/Resources/Pandoc/pandoc.exe b/mRemoteNGInstaller/Installer/Resources/Pandoc/pandoc.exe
deleted file mode 100644
index c9603407..00000000
--- a/mRemoteNGInstaller/Installer/Resources/Pandoc/pandoc.exe
+++ /dev/null
Binary files differ