t := `/t:SumatraPDF-dll:Rebuild;test_util:Rebuild` p := `/p:Configuration=Release;Platform=x64` runExeLoggedMust(msbuildPath, sln, t, p, `/m`) outDir := filepath.Join("out", "rel64") runTestUtilMust(outDir) @@ -681,11 +668,14 @@ func buildSmoke() { cmd.Dir = outDir...
Languages supported by SumatraPDF 3.2 - - Languages supported by SumatraPDF. You can use ISO code as a value -of UiLanguage setting in settings file. - - - Note: not all languages are fully translated. Help us translate SumatraPDF. ...
As per my suggestion here, the 64-bit installer will install in Program Files\SumatraPDF and wipe the 32-bit version (if installed obviously) from Program Files (x86)\SumatraPDF. Naturally any 32-bit UnRAR.dll you've manually copied to that folder will be gone as well, but as I've st...