mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-23 06:25:39 +00:00
d59dad1c19
Changes to be committed: deleted: configurator/assets/data_lists/tk_about.Description.translation deleted: configurator/assets/data_lists/tk_about.URL.translation deleted: configurator/assets/data_lists/tk_about.csv.import new file: configurator/export/configurator.console.exe new file: configurator/export/configurator.exe new file: configurator/export/configurator.pck new file: configurator/export/configurator.sh new file: configurator/export/configurator.x86_64 renamed: configurator/assets/data_lists/tk_about.csv -> configurator/export/tk_about.txt modified: configurator/export_presets.cfg modified: configurator/tk_about.gd new file: configurator/tk_about.txt
5 lines
138 B
Bash
Executable file
5 lines
138 B
Bash
Executable file
#!/bin/sh
|
|
echo -ne '\033c\033]0;RetroDECK Configurator\a'
|
|
base_path="$(dirname "$(realpath "$0")")"
|
|
"$base_path/configurator.x86_64" "$@"
|