From ebd28eeef0038fc26eff1c870470f9852bb262b6 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Tue, 21 May 2024 12:59:14 +0300 Subject: AppImage: possibly fixed the ILua and Jupyter modes * when using a CI-built version, it would complain about missing Python modules and cannot find the `ilua` executable --- AppImage.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/AppImage.yml b/AppImage.yml index f5c0b87..7f939ce 100644 --- a/AppImage.yml +++ b/AppImage.yml @@ -43,10 +43,12 @@ script: # This custom launcher starts the notebook by default but allows launching the plain CLI as well: - cat >./usr/bin/applause <