Add PSSS panel

This commit is contained in:
2025-08-22 10:41:37 +02:00
parent a086637dc5
commit 5a6d860198
37 changed files with 2344 additions and 31 deletions
+3 -4
View File
@@ -1,7 +1,6 @@
#!/bin/sh
export PSHELL_EX_OPTIONS=${ex_options}
APP_ARGS_NAME=\$(echo "APP_${app_name}" | tr '[:lower:]' '[:upper:]')_ARGS
APP_ARGS_NAME=\${APP_ARGS_NAME//-/_}
export PSHELL_CLASS_PATH=${jar_file}
# Run the JAR with all passed arguments
exec pshell-workbench -b -d -l -k -n -q -statusbar -persist -console_log=SEVERE -frame_rate=1.1 -p ${jar_file} \${!APP_ARGS_NAME} "\$@"
# Run the plugin with application specific arguments, and all command-line passed arguments
exec pshell-workbench -b -d -l -k -n -q -statusbar -persist -console_log=SEVERE -frame_rate 1.1 -p ${jar_file} \$${app_args_var} "\$@"