You need to sign in or sign up before continuing.
Commit 544c10e4 authored by nanahira's avatar nanahira

add force repack

parent b6051006
...@@ -8,3 +8,6 @@ if [[ -z "$locale" ]]; then ...@@ -8,3 +8,6 @@ if [[ -z "$locale" ]]; then
locale="generic" locale="generic"
fi fi
suffix="?platform=$platform&arch=$arch&locale=$locale" suffix="?platform=$platform&arch=$arch&locale=$locale"
if [[ -n "$FORCE_REPACK"]]; then
suffix="$suffix&force=1"
fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment