Ignore:
Timestamp:
2015-08-22T19:22:41+12:00 (9 years ago)
Author:
ak19
Message:

Mac icons for when launching the startup scripts from the command line. This also ensures the appropriate icon for the second item in the dock panel when launching the .app files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/client-gli.sh

    r24881 r30119  
    141141if [ "$GSDLOS" = "darwin" ]; then
    142142    custom_vm_args="-Xdock:name=$PROGABBR"
     143    if [ -f "../client-gli.app/Contents/Resources/AutomatorApplet.icns" ]; then
     144    custom_vm_args="$custom_vm_args -Xdock:icon=../client-gli.app/Contents/Resources/AutomatorApplet.icns"
     145    fi
    143146fi
    144147
Note: See TracChangeset for help on using the changeset viewer.