commit dcc3631b3191a8f8fb75d98c11ec69e53c3f74e5 Author: Georg Koppen gk@torproject.org Date: Sun Sep 13 19:31:21 2020 +0000
Move nightly to torbrowser-all again --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile index 391f5d0..7e2e104 100644 --- a/Makefile +++ b/Makefile @@ -81,7 +81,7 @@ alpha-src: submodule-update $(rbm) build release --target alpha --target torbrowser-src
nightly: submodule-update - $(rbm) build release --target nightly --target torbrowser-all-desktop + $(rbm) build release --target nightly --target torbrowser-all
nightly-android: submodule-update $(rbm) build release --target nightly --target torbrowser-all-android
tbb-commits@lists.torproject.org