diff --git examples/gtk3-launcher.sh examples/gtk3-launcher.sh
index 9137ccb..635ca8d 100755
|
|
bundle_bin="$bundle_res"/bin |
22 | 22 | bundle_data="$bundle_res"/share |
23 | 23 | bundle_etc="$bundle_res"/etc |
24 | 24 | |
25 | | export DYLD_LIBRARY_PATH="$bundle_lib" |
26 | 25 | export XDG_CONFIG_DIRS="$bundle_etc"/xdg |
27 | 26 | export XDG_DATA_DIRS="$bundle_data" |
28 | 27 | export GTK_DATA_PREFIX="$bundle_res" |
… |
… |
if [ `uname -r | cut -d . -f 1` -ge 10 ]; then |
40 | 39 | fi |
41 | 40 | |
42 | 41 | |
43 | | APP=name |
| 42 | APP=$name |
44 | 43 | I18NDIR="$bundle_data/locale" |
45 | 44 | # Set the locale-related variables appropriately: |
46 | 45 | unset LANG LC_MESSAGES LC_MONETARY LC_COLLATE |