Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
stdrc committed Apr 7, 2019
1 parent 95c94d9 commit df0784f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ powershell .\scripts\build.ps1 Debug

复制 `build/Debug/Debug`(如果是 release 编译则是 `build/Release/Release`)中的 DLL 和 JSON 文件到 酷Q 的 `app` 目录下,重启 酷Q 即可(注意需要开启 酷Q 的开发模式)。

如果不想每次构建后都手动安装插件,可以添加 [`scripts/install.ps1`](scripts/install.ps1) 文件(使用 UTF-16 LE 编码)如下:
如果不想每次构建后都手动安装插件,可以添加 `scripts/install.ps1` 文件(使用 UTF-16 LE 编码)如下:

```ps1
$libName = $args[0]
Expand Down

0 comments on commit df0784f

Please sign in to comment.