Skip to content

Commit cfbfe8e

Browse files
committed
xz compression
1 parent 9a2ae92 commit cfbfe8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rustdesk_nightly_reversion.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ for rpm_file in "$SOURCE_DIR"/*.rpm; do
1919
NEW_VERSION="${ORIGINAL_VERSION}+$DATE"
2020
# Rebuild the RPM using fpm
2121
fpm -t rpm -s rpm \
22-
--version "$NEW_VERSION" \
22+
--version "$NEW_VERSION" --rpm-compression xz\
2323
-p "$TARGET_DIR/$(basename "$rpm_file")" \
2424
"$rpm_file"
2525
echo "Processed and moved to: $TARGET_DIR/$(basename "$rpm_file")"

0 commit comments

Comments
 (0)