mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-18 04:54:38 +03:00
fix update name
This commit is contained in:
2
.github/workflows/build-qv2ray-cmake.yml
vendored
2
.github/workflows/build-qv2ray-cmake.yml
vendored
@@ -169,7 +169,7 @@ jobs:
|
||||
rm -rf public_res *.pdb
|
||||
####
|
||||
sudo bash ../libs/package_debian.sh ${{ github.event.inputs.tag }}
|
||||
mv nekoray.deb $version_standalone-linux64.deb
|
||||
mv nekoray.deb $version_standalone-debian-x64.deb
|
||||
sudo rm -rf nekoray
|
||||
####
|
||||
mv linux64 nekoray
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
使用 Debian 系发行版时,推荐使用 .deb 包安装:
|
||||
|
||||
```shell
|
||||
sudo apt install ./nekoray-*-linux64.deb
|
||||
sudo apt install ./nekoray-*-debian-x64.deb
|
||||
```
|
||||
|
||||
安装完成后,桌面快捷方式启动自带参数 `-appdata`,如果想要直接启动并使用之前的配置,注意附带本参数。
|
||||
|
||||
Reference in New Issue
Block a user