mirror of
https://github.com/xzhih/one-key-hidpi.git
synced 2026-04-13 01:13:42 +08:00
修复启动路径
This commit is contained in:
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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user