Aditional Options
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
description = 'screenpanel-sls'
|
||||
ext.mainClass = hasProperty('mainClass') ? mainClass : 'ScreenPanelSLS'
|
||||
ext.mainClass = hasProperty('mainClass') ? mainClass : 'ch.psi.pshell.workbench.App' //ScreenPanelSLS'
|
||||
ext.title = 'ScreenPanel'
|
||||
ext.desc = 'ScreenPanel customization for SLS cameras'
|
||||
ext.exOptions = 'ch.psi.pshell.screenpanel.Options'
|
||||
|
||||
dependencies {
|
||||
implementation 'ch.psi:workbench:' + version
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/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//-/_}
|
||||
|
||||
# Run the JAR with all passed arguments
|
||||
#exec pshell-workbench -b -d -l -k -n -q -console_log=SEVERE -buffer_size=10 -size=1000x800 -p ${java_file} \${!APP_ARGS_NAME} "\$@"
|
||||
exec pshell-workbench -b -d -l -k -n -q -console_log=SEVERE -size=1000x800 -p ${java_file} \${!APP_ARGS_NAME} "\$@"
|
||||
exec pshell-workbench -b -d -l -k -n -q -console_log=SEVERE -buffer_size=10 -size=1000x800 -p ${java_file} \${!APP_ARGS_NAME} "\$@"
|
||||
|
||||
Reference in New Issue
Block a user