diff --git a/eu.ad5001.LogarithmPlotter.json b/eu.ad5001.LogarithmPlotter.json index 5c8de3c..70af1ad 100644 --- a/eu.ad5001.LogarithmPlotter.json +++ b/eu.ad5001.LogarithmPlotter.json @@ -9,14 +9,12 @@ "--socket=fallback-x11", "--socket=wayland", "--filesystem=home", - "--env=PATH=/app/bin:/usr/bin:/app/texlive-bin:/app/texlive/bin" + "--env=PATH=/app/bin:/usr/bin:/app/texlive-bin:/app/texlive/bin:/app/texlive/bin/x86_64-linux:/app/texlive/bin/aarch64-linux" ], "add-extensions": { "org.freedesktop.Sdk.Extension.texlive": { "directory": "texlive", - "version": "21.08", - "no-autodownload": true, - "autodelete": false + "version": "21.08" } }, "sdk-extensions": ["org.freedesktop.Sdk.Extension.llvm12"], @@ -52,6 +50,13 @@ ] }, + { + "name": "texlive", + "buildsystem": "simple", + "build-commands": [ + "install -d /app/texlive" + ] + }, { "name": "LogarithmPlotter", "buildsystem": "simple",