changeset 1920:5b15b33c2d9c default tip

build editor
author Franklin Schmidt <fschmidt@gmail.com>
date Sat, 19 Apr 2025 22:01:48 -0600
parents 4fe0efb14099
children
files scripts/build-luan.sh scripts/le scripts/luan_editor.sh
diffstat 3 files changed, 10 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/build-luan.sh	Sat Apr 19 21:47:32 2025 -0600
+++ b/scripts/build-luan.sh	Sat Apr 19 22:01:48 2025 -0600
@@ -23,8 +23,9 @@
 
 cd $LUANHOME
 cp scripts/install.sh build/luan
-chmod +x build/luan/install.sh
+#chmod +x build/luan/install.sh
 cp scripts/uninstall.sh build/luan
+cp scripts/luan_editor.sh build/luan
 
 cd build
 VERSION=`java -classpath $CLASSPATH luan.Luan classpath:luan/version.luan`
--- a/scripts/le	Sat Apr 19 21:47:32 2025 -0600
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-#!/bin/bash
-# copy this to your PATH to run Luan Editor
-
-. luan string:
-
-set +m
-
-java -Xdock:name="Luan Editor" -classpath $CLASSPATH luan.Luan luan:editor/editor.luan "$@" 2>&1 | grep --line-buffered -v 'openAndSavePanelService' &
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/scripts/luan_editor.sh	Sat Apr 19 22:01:48 2025 -0600
@@ -0,0 +1,8 @@
+#!/bin/bash
+# copy this to your PATH to run Luan Editor
+
+. luan string:
+
+set +m
+
+java -Xdock:name="Luan Editor" -classpath $CLASSPATH luan.Luan luan:editor/editor.luan "$@" 2>&1 | grep --line-buffered -v 'openAndSavePanelService' &