File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22basedir=$( cd " $( dirname " $0 " ) /../lib" && pwd)
33
4- if [ -d " $basedir /quickview " ]; then
5- rootdir=" $basedir /quickview "
6- elif [ -d " $basedir /quick -view" ]; then
7- rootdir=" $basedir /quick -view"
4+ if [ -d " $basedir /compareview " ]; then
5+ rootdir=" $basedir /compareview "
6+ elif [ -d " $basedir /compare -view" ]; then
7+ rootdir=" $basedir /compare -view"
88else
9- echo " Error: Could not find quickview or quick -view directory in $basedir " >&2
9+ echo " Error: Could not find compareview or compare -view directory in $basedir " >&2
1010 exit 1
1111fi
1212
Original file line number Diff line number Diff line change 4040 " icons/icon.icns" ,
4141 " icons/icon.ico"
4242 ],
43- "identifier" : " e3sm.quickview " ,
43+ "identifier" : " e3sm.compareview " ,
4444 "longDescription" : " " ,
4545 "macOS" : {
4646 "entitlements" : null ,
You can’t perform that action at this time.
0 commit comments