change exe name

This commit is contained in:
armv9
2024-07-05 11:16:05 +09:00
parent be0eae662b
commit 6f81ba7773
20 changed files with 47 additions and 64 deletions

View File

@@ -22,9 +22,9 @@ cmake -GNinja ..
ninja
```
编译完成后得到 `nekoray`
编译完成后得到 `nekobox`
解压 Release 的压缩包,替换其中的 `nekoray`,删除 `launcher` 即可使用。
解压 Release 的压缩包,替换其中的 `nekobox`,删除 `launcher` 即可使用。
## 复杂编译法
@@ -69,7 +69,7 @@ cmake -GNinja ..
ninja
```
编译完成后得到 `nekoray`
编译完成后得到 `nekobox`
### Go 部分编译

View File

@@ -55,9 +55,9 @@ cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=D:/path/to/qt/5.15.
ninja
```
编译完成后得到 `nekoray.exe`
编译完成后得到 `nekobox.exe`
最后运行 `windeployqt nekoray.exe` 自动复制所需 DLL 等文件到当前目录
最后运行 `windeployqt nekobox.exe` 自动复制所需 DLL 等文件到当前目录
### Go 部分编译