add .pkgdata
This commit is contained in:
@ -20,7 +20,7 @@ mkdir -p "$SCRIPT_DIR/target/release/bin"
|
||||
cp -f "$SCRIPT_DIR/target/release/pkg" "$SCRIPT_DIR/target/release/bin"
|
||||
|
||||
echo "Installing to '$INSTALL_PATH'..."
|
||||
rsync -a --delete --exclude='etc/' "$SCRIPT_DIR/assets/" "$SCRIPT_DIR/target/release/bin" "$INSTALL_PATH/"
|
||||
rsync -a --exclude='etc/' "$SCRIPT_DIR/assets/" "$SCRIPT_DIR/target/release/bin" "$INSTALL_PATH/"
|
||||
"$INSTALL_PATH/bin/pkg" link aeropkg
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user