mirror of
https://github.com/xzhih/one-key-hidpi.git
synced 2026-04-13 01:13:42 +08:00
add hidpi.command
This commit is contained in:
@@ -26,7 +26,7 @@ macOS 的 DPI 机制和 Windows 下不一样,比如 1080p 的屏幕在 Windows
|
||||
bash -c "$(curl -fsSL https://raw.githubusercontent.com/xzhih/one-key-hidpi/master/hidpi.sh)"
|
||||
```
|
||||
|
||||
2.本地模式: 下载项目解压,把 `hidpi.sh` 拖进终端按回车运行
|
||||
2.本地模式: 下载项目解压,双击 `hidpi.command` 运行
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ System Preferences
|
||||
bash -c "$(curl -fsSL https://raw.githubusercontent.com/xzhih/one-key-hidpi/master/hidpi.sh)"
|
||||
```
|
||||
|
||||
2.Local Mode: Download ZIP, decompressing it, drag the `hidpi.sh` file into the terminal and press Enter to run
|
||||
2.Local Mode: Download ZIP, decompressing it, and double click `hidpi.command` to run
|
||||
|
||||

|
||||
|
||||
|
||||
6
hidpi.command
Executable file
6
hidpi.command
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
DIR="$( cd "$( dirname "$0" )" && pwd )"
|
||||
|
||||
$DIR/hidpi.sh
|
||||
|
||||
Reference in New Issue
Block a user