Changeset 37816


Ignore:
Timestamp:
2023-07-12T18:21:41+12:00 (10 months ago)
Author:
anupama
Message:

The gs3-server.app Mac 64 bit shortcut was regenerated on (for) Monterey, which also regenerated the icns icon file. However, we were still using the old automator icon file that had been generated. Moving to using and keeping just the new one.

Location:
main/trunk/greenstone3
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/gs3-server.sh

    r37616 r37816  
    114114   
    115115    # set the mac icon for when launching this script manually
    116     if [ -f "$GSDL3SRCHOME/gs3-server.app/Contents/Resources/AutomatorApplet.icns" ]; then
    117     opt_properties="$opt_properties -Xdock:icon=gs3-server.app/Contents/Resources/AutomatorApplet.icns"
     116    if [ -f "$GSDL3SRCHOME/gs3-server.app/Contents/Resources/ApplicationStub.icns" ]; then
     117    opt_properties="$opt_properties -Xdock:icon=gs3-server.app/Contents/Resources/ApplicationStub.icns"
    118118    fi
    119119fi
Note: See TracChangeset for help on using the changeset viewer.