update readme

This commit is contained in:
arm64v8a
2022-11-12 11:53:19 +09:00
parent e02cb5ab7b
commit a0edc1d05c
2 changed files with 7 additions and 5 deletions

View File

@@ -10,12 +10,17 @@ Support Windows / Linux / macOS amd64 out of the box now.
## 下载 Download
### GitHub Releases (Portable ZIP)
便携格式,无安装器。转到 Releases 下载预编译的二进制文件,解压后即可使用。
### GitHub Releases
[![GitHub All Releases](https://img.shields.io/github/downloads/Matsuridayo/nekoray/total?label=downloads-total&logo=github&style=flat-square)](https://github.com/Matsuridayo/nekoray/releases) [Download](https://github.com/Matsuridayo/nekoray/releases)
### Package
1. AUR [nekoray-git](https://aur.archlinux.org/packages/nekoray-git)
2. Scoop extras for Windows: `scoop install nekoray`
## 更改记录 & 发布频道 Changelog & Telegram channel
https://t.me/Matsuridayo
@@ -52,8 +57,6 @@ launcher 参数
Ubuntu 22.04: `sudo apt install libxcb-xinerama0`
If you are using Arch Linux, you can install via [AUR](https://aur.archlinux.org/packages/nekoray)
## 编译教程
[Linux](examples/docs/Build_Linux.md)

View File

@@ -258,7 +258,6 @@ MainWindow::MainWindow(QWidget *parent)
break;
}
});
//
ui->menu_program_preference->addActions(ui->menu_preferences->actions());
connect(ui->menu_add_from_clipboard2, &QAction::triggered, ui->menu_add_from_clipboard, &QAction::trigger);