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/gli.sh

    r25729 r30119  
    149149    if [ "$GSDLOS" = "darwin" ]; then
    150150        custom_vm_args="-Xdock:name=$PROGABBR"
     151    if [ -f "../gli.app/Contents/Resources/AutomatorApplet.icns" ]; then
     152       custom_vm_args="$custom_vm_args -Xdock:icon=../gli.app/Contents/Resources/AutomatorApplet.icns"
     153    fi
    151154    fi
    152155   
Note: See TracChangeset for help on using the changeset viewer.