From 15fe01b5c9ae7e6fc934f6424341efd10e61af87 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sat, 30 Nov 2024 14:43:53 +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 b2351fd62e..b6b955d5db 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-20220321-source/build' +buildDir = 'texlive-20240312-source/build' def setup(): shelltools.makedirs(buildDir)