修复启动路径
This commit is contained in:
parent
1d6a75f1cf
commit
2dffa29f1e
1 changed files with 1 additions and 1 deletions
2
hidpi.sh
2
hidpi.sh
|
@ -170,7 +170,7 @@ EEF
|
||||||
#
|
#
|
||||||
get_edid
|
get_edid
|
||||||
|
|
||||||
thisDir=$(dirname $0)
|
thisDir=$(cd `dirname -- $0` && pwd)
|
||||||
thatDir="/System/Library/Displays/Contents/Resources/Overrides"
|
thatDir="/System/Library/Displays/Contents/Resources/Overrides"
|
||||||
Overrides="\/System\/Library\/Displays\/Contents\/Resources\/Overrides"
|
Overrides="\/System\/Library\/Displays\/Contents\/Resources\/Overrides"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue