Added the new helper scripts.

This commit is contained in:
Relintai 2022-08-03 18:36:21 +02:00
parent 37ac0a6dec
commit 9b25765903
3 changed files with 14 additions and 0 deletions

4
export_all.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
./pandemonium_engine/misc/scripts_app/export_all.sh broken_seals_2d bs2d $1

6
leditor.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
cp -u ./pandemonium_engine/bin/pandemonium.x11.opt.tools.64.llvm ./pandemonium_engine/bin/run.pandemonium.x11.opt.tools.64.llvm
export LD_LIBRARY_PATH=`pwd`/pandemonium_engine/bin/
./pandemonium_engine/bin/run.pandemonium.x11.opt.tools.64.llvm

4
make_release.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
./pandemonium_engine/misc/scripts_app/make_release.sh broken_seals_2d bs2d $1