Add specific simple-vpn server

This commit is contained in:
Melon 2021-04-30 12:13:37 +01:00
parent b911ab6cf7
commit 5dbbca6051
2 changed files with 2 additions and 3 deletions

View File

@ -1,10 +1,10 @@
{ {
"Package": "melonvpn", "Package": "melonvpn",
"Version": "1.0-1", "Version": "1.0-2",
"Section": "base", "Section": "base",
"Priority": "optional", "Priority": "optional",
"Architecture": "amd64", "Architecture": "amd64",
"Depends": "simple-vpn", "Depends": "simple-vpn (>= 1.0)",
"Maintainer": "MrMelon54 <github@onpointcoding.net>", "Maintainer": "MrMelon54 <github@onpointcoding.net>",
"Description": "A client for Melon VPN server" "Description": "A client for Melon VPN server"
} }

View File

@ -36,7 +36,6 @@ echo "Copying binary files"
# /usr/bin/ # /usr/bin/
cp dist/melonvpn "$PACK_BIN" cp dist/melonvpn "$PACK_BIN"
cp dist/simple-vpn "$PACK_BIN"
# /usr/share/ # /usr/share/
cp dist/melonvpndaemon "$PACK_SHA" cp dist/melonvpndaemon "$PACK_SHA"