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

    r23590 r30119  
    110110if [ "$GSDLOS" = "darwin" ]; then
    111111    custom_vm_args="-Xdock:name=$PROGABBR"
     112    if [ -f "../gems.app/Contents/Resources/AutomatorApplet.icns" ]; then
     113    custom_vm_args="$custom_vm_args -Xdock:icon=../gems.app/Contents/Resources/AutomatorApplet.icns"
     114    fi
    112115fi
    113116
Note: See TracChangeset for help on using the changeset viewer.