mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:07:35 +00:00
Ports: Add launcher_run_in_terminal package.sh variable
This is being used to generate the RunInTerminal entry in launcher app files.
This commit is contained in:
parent
37cc110003
commit
6b9e0d98d9
1 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,7 @@ shift
|
|||
: "${launcher_name:=}"
|
||||
: "${launcher_category:=}"
|
||||
: "${launcher_command:=}"
|
||||
: "${launcher_run_in_terminal:=false}"
|
||||
: "${icon_file:=}"
|
||||
|
||||
run_nocd() {
|
||||
|
@ -167,6 +168,7 @@ SCRIPT
|
|||
Name=$launcher_name
|
||||
Executable=$launcher_executable
|
||||
Category=$launcher_category
|
||||
RunInTerminal=$launcher_run_in_terminal
|
||||
CONFIG
|
||||
unset launcher_filename
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue