summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluwenpeng <[email protected]>2021-11-03 15:43:29 +0300
committerluwenpeng <[email protected]>2021-11-03 15:43:29 +0300
commitdba968b4afb2240fe868e5c3b71792dea6b1760c (patch)
treef930776f68142b836ff6835648eea42fddcd38e3
parentedabccd0c169ed42e20542ed71ca2c012bcab203 (diff)
程序加壳时删除 --debug --memdump 参数
-rw-r--r--rebuildrpm_and_envelope.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebuildrpm_and_envelope.sh b/rebuildrpm_and_envelope.sh
index 9665799..bc97c32 100644
--- a/rebuildrpm_and_envelope.sh
+++ b/rebuildrpm_and_envelope.sh
@@ -35,7 +35,7 @@ cd ${RPM_REBUILD_ROOT}
rpm2cpio ${RPM_FULL_PATH} | cpio -dium
# Envelope
-/opt/Sentinel/Linux/VendorTools/Envelope/linuxenv -v:/opt/VendorCodes/GEEDGE.hvc -f:$FEATURE_ID --msg-out:4 --debug --memdump --randomize:1 ${UNPROTECT_BIN} ${PROTECT_BIN}
+/opt/Sentinel/Linux/VendorTools/Envelope/linuxenv -v:/opt/VendorCodes/GEEDGE.hvc -f:$FEATURE_ID --msg-out:4 --randomize:1 ${UNPROTECT_BIN} ${PROTECT_BIN}
echo "Envelope Bin: `md5sum ${PROTECT_BIN}`"
mv ${PROTECT_BIN} ${UNPROTECT_BIN}