Skip to content

Commit

Permalink
Update README[skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Mzdyl committed Jun 11, 2024
1 parent 5adc104 commit 0bded9f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
sudo dpkg -i LinuxQQ.deb
sudo apt-get install -f
- name: Run install_linux.sh
- name: Run install.sh
run: |
chmod +x install.sh
./install.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_old.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Install and Test LL on Linux
name: Install and Test LL on Linux Old

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
hdiutil detach /Volumes/QQ
open /Applications/QQ.app/ &
- name: Run install_mac.sh
- name: Run install.sh
run: |
chmod +x install.sh
./install.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macOS_old.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Install and Test LL on macOS
name: Install and Test LL on macOS Old

on:
push:
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,15 @@ LiteLoaderQQNT群: [Telegram](https://t.me/LiteLoaderQQNT)
- [x] [install_linux.sh](https://github.com/Mzdyl/LiteLoaderQQNT_Install/blob/main/install_linux.sh) 添加 Arch Linux 下提示可以使用 aur liteloaderqqnt-bin
- [x] [install_windows.py](https://github.com/Mzdyl/LiteLoaderQQNT_Install/blob/main/install_windows.py) 避免权限问题,如WinError5
- [x] [install_windows.py](https://github.com/Mzdyl/LiteLoaderQQNT_Install/blob/main/install_windows.py) 更新打包方式,替代PyInstaller,避免报毒
- [x] [install_windows.py](https://github.com/Mzdyl/LiteLoaderQQNT_Install/blob/main/install_windows.py) 357a79e 提交导致 Nuitka 构建失败?
- [x] [install_windows.py](https://github.com/Mzdyl/LiteLoaderQQNT_Install/blob/main/install_windows.py) 考虑打包 LiteloaderQQNT 文件进安装器,实现离线更新?
- [x] [install.sh](https://github.com/Mzdyl/LiteLoaderQQNT_Install/blob/main/install.sh) 使用 release 版本而不是直接 git 拉取源码
- [x] [.github/workflows ](https://github.com/Mzdyl/LiteLoaderQQNT_Install/tree/main/.github/workflows) 更新QQ安装包版本
- [ ] [README.md](https://github.com/Mzdyl/LiteLoaderQQNT_Install/blob/main/README.md) 使用GitHub徽章显示通过自动化 ci 监测 LL 与 QQ 最新版的兼容状态
- [ ] [install_mac.sh](https://github.com/Mzdyl/LiteLoaderQQNT_Install/blob/main/install_mac.sh) **研究如何快速复制 plugins 和 data 文件夹(NEED HELP)**
- [ ] [install.sh](https://github.com/Mzdyl/LiteLoaderQQNT_Install/blob/main/install.sh) 使用 release 版本而不是直接 git 拉取源码
- [ ] [install.sh](https://github.com/Mzdyl/LiteLoaderQQNT_Install/blob/main/install.sh) 跟上 win 代码的反代逻辑,目前的过于简陋
- [ ] [install_windows.py](https://github.com/Mzdyl/LiteLoaderQQNT_Install/blob/main/install_windows.py) 已经发现的潜在问题修复
- [ ] [install_windows.py](https://github.com/Mzdyl/LiteLoaderQQNT_Install/blob/main/install_windows.py) 357a79e 提交导致 Nuitka 构建失败?
- [ ] [install_windows.py](https://github.com/Mzdyl/LiteLoaderQQNT_Install/blob/main/install_windows.py) 考虑打包 LiteloaderQQNT 文件进安装器,实现离线更新?

- [ ] [install_windows.py](https://github.com/Mzdyl/LiteLoaderQQNT_Install/blob/main/install_windows.py) 是否需要其他插件安装功能?


Expand Down

0 comments on commit 0bded9f

Please sign in to comment.