Changeset 30120 for main/trunk


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

Bringing GS2 up to speed with the previous commit for GS3: Mac icons for when launching the gs2-server startup script from the command line. This also ensures the appropriate icon for the second item in the dock panel when launching the .app file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/gs2-server.sh

    r24874 r30120  
    151151    if [ "$GSDLOS" = "darwin" ]; then
    152152        custom_vm_args="-Xdock:name=$PROGFULLNAME"
     153    if [ -f "gs2-server.app/Contents/Resources/AutomatorApplet.icns" ]; then
     154       custom_vm_args="$custom_vm_args -Xdock:icon=gs2-server.app/Contents/Resources/AutomatorApplet.icns"
     155    fi
    153156    fi
    154157
Note: See TracChangeset for help on using the changeset viewer.