Add pandoc wrapper

This commit is contained in:
Alexander Nozik 2023-11-04 16:58:58 +03:00
parent 1ac5768b14
commit aff7e88c7e

View File

@ -100,7 +100,9 @@ internal object PandocInstaller {
)
)
if (os == OSType.LINUX_AMD || os == OSType.LINUX_ARM) {
Files.setPosixFilePermissions(pandocExecutablePath, setOf(PosixFilePermission.GROUP_EXECUTE))
}
return pandocExecutablePath
}