Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
doums committed Jul 23, 2024
1 parent 9e2a4ec commit 5161e52
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 56 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ client ───► gateway ──┘ mix │ mix ┌─►mix ───►

[nym-vpn-android](nym-vpn-android/README.md)\
[nym-vpn-apple](nym-vpn-apple/README.md)\
[nym-vpn-desktop](nym-vpn-desktop/README.md)
[nym-vpn-desktop](nym-vpn-x/README.md)
1 change: 0 additions & 1 deletion nym-vpn-core/nym-vpnd/.pkg/aur/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ prepare() {
# rip off all useless sources
rm -rf nym-vpn-android
rm -rf nym-vpn-apple
rm -rf nym-vpn-desktop
rm -rf nym-vpn-x
popd
}
Expand Down
1 change: 0 additions & 1 deletion nym-vpn-x/.pkg/aur/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ prepare() {
# rip off all useless sources
rm -rf nym-vpn-android
rm -rf nym-vpn-apple
rm -rf nym-vpn-desktop
popd
}

Expand Down
52 changes: 0 additions & 52 deletions scripts/create-nym-vpn-desktop-release.sh

This file was deleted.

1 change: 0 additions & 1 deletion scripts/update-nym-to-latest-rev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
cargo_files=(
"./nym-vpn-core/Cargo.toml"
"./nym-vpn-x/src-tauri/Cargo.toml"
"./nym-vpn-desktop/src-tauri/Cargo.toml"
)

# Function to update Cargo.toml with the latest commit SHA
Expand Down

0 comments on commit 5161e52

Please sign in to comment.