From 5b9c48b3c98e9887d93a7a614fa43464fbc7bd87 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sat, 26 Nov 2022 17:02:16 +0300 Subject: [PATCH] texlive-bin --- editor/tex/texlive-bin/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/tex/texlive-bin/actions.py b/editor/tex/texlive-bin/actions.py index 8731b349ff..dd3c9c42d6 100644 --- a/editor/tex/texlive-bin/actions.py +++ b/editor/tex/texlive-bin/actions.py @@ -14,7 +14,7 @@ from pisi.actionsapi import texlivemodules import os WorkDir = "." -buildDir = 'texlive-20200406-source/build' +buildDir = 'texlive-20220321-source/build' def setup(): shelltools.makedirs(buildDir)