We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a2ae92 commit cfbfe8eCopy full SHA for cfbfe8e
rustdesk_nightly_reversion.sh
@@ -19,7 +19,7 @@ for rpm_file in "$SOURCE_DIR"/*.rpm; do
19
NEW_VERSION="${ORIGINAL_VERSION}+$DATE"
20
# Rebuild the RPM using fpm
21
fpm -t rpm -s rpm \
22
- --version "$NEW_VERSION" \
+ --version "$NEW_VERSION" --rpm-compression xz\
23
-p "$TARGET_DIR/$(basename "$rpm_file")" \
24
"$rpm_file"
25
echo "Processed and moved to: $TARGET_DIR/$(basename "$rpm_file")"
0 commit comments