Copy libmelonvpngui.so to the package library folder

This commit is contained in:
Melon 2021-04-29 17:30:33 +01:00
parent c73d463036
commit 7580e6f46e
1 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,9 @@ cp dist/statusmelonon.png "$PACK_LIB"
echo "Copying setup files"
cp setup/melonvpn.desktop "$PACK_DES"
echo "Copying library files"
cp dist/libmelonvpngui.so "$PACK_LIB"
echo "Generating meta data"
PACK_CON=$(realpath -sm "$PACK_DEB/control")
echo "" > "$PACK_CON"