Skip to content
This repository was archived by the owner on Sep 11, 2022. It is now read-only.

Commit

Permalink
🌊 Change upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
database64128 committed Aug 22, 2021
1 parent 593b823 commit a4d5ce8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Build statically-linked Qv2ray binaries for Arch Linux!

The nightly workflow runs every 24 hours to build statically-linked binaries from the latest commit.
The nightly workflow runs every Monday, Wednesday, Friday to build statically-linked binaries from the latest commit.

## AUR Package

Expand Down
6 changes: 3 additions & 3 deletions build-static.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ cd ..

export CMAKE_PREFIX_PATH="$(pwd)/static-installed"

git clone https://github.com/moodyhunter/QvMeta.git --verbose --depth 1
git clone https://github.com/Shadowsocks-NET/QvMeta.git --verbose --depth 1
cd QvMeta
git clone --recursive https://github.com/moodyhunter/QvPersonal.git
git clone --recursive https://github.com/moodyhunter/Plugins.git
git clone https://github.com/Shadowsocks-NET/Qv2ray.git --recursive --verbose --depth 1
git clone https://github.com/Shadowsocks-NET/QvPlugins.git --recursive --verbose --depth 1
cd ..
mkdir QvMeta-build && cd QvMeta-build
cmake ../QvMeta \
Expand Down

0 comments on commit a4d5ce8

Please sign in to comment.