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

fix

parent 1c18231d
......@@ -8,6 +8,6 @@ if [[ -z "$locale" ]]; then
locale="generic"
fi
suffix="?platform=$platform&arch=$arch&locale=$locale"
if [[ -n "$FORCE_REPACK"]]; then
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