aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 8726833db..36f1fcf9a 100644
--- a/build.sh
+++ b/build.sh
@@ -54,7 +54,7 @@ run_rebrand()
sed -i "s|__version.*|__version__ = '${VERSION}'|" hypervideo_dl/version.py
# Set license
- sed -i "s|UNLICENSE|CC0-1.0|" docs/conf.py
+ sed -i "s|UNLICENSE|CC0-1.0|" docs/conf.py || true
}
run_clean()