界面库

更名
This commit is contained in:
JianjunLiu 2023-09-22 10:19:19 +08:00
parent f77770db66
commit b4fd007a0f
6 changed files with 4 additions and 1 deletions

View File

@ -1 +0,0 @@
"%~dp0..\tsl.exe" "%~dp0tslediter.tsl" -libpath "%~dp0;%~dp0..\designer\;"

View File

@ -0,0 +1 @@
"%~dp0..\tsl.exe" "%~dp0tsleditor.tsl" -libpath "%~dp0;%~dp0..\designer\;"

3
exec_tsl/tsleditor.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
export GDK_BACKEND=x11
export LD_LIBRARY_PATH=../;../TSL ../exec_tsl/tsleditor.tsl -libpath ../designer/

Binary file not shown.