mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2026-05-16 04:52:39 +02:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c8ab7f7d42 | |||
| 5b03a1e99c |
Submodule app/src/playstore/assets/sources/peertube updated: 0e2bdc5671...c46006bb65
Submodule app/src/stable/assets/sources/kick updated: a0223bd896...82aa06b98e
Submodule app/src/stable/assets/sources/nebula updated: 0950f45053...aa2a4f2970
Submodule app/src/stable/assets/sources/odysee updated: 9901701fb1...474672bcc0
Submodule app/src/stable/assets/sources/patreon updated: e47253c805...54a3cc4efe
Submodule app/src/stable/assets/sources/peertube updated: 0e2bdc5671...c46006bb65
Submodule app/src/stable/assets/sources/rumble updated: cb42f49532...16c09b9e21
Submodule app/src/stable/assets/sources/soundcloud updated: 27bf23c1af...3e3f95365a
Submodule app/src/stable/assets/sources/twitch updated: faa84134da...7e8ce3a2ed
Submodule app/src/stable/assets/sources/youtube updated: d52e3ebaf5...35ac3ba949
Submodule app/src/unstable/assets/sources/kick updated: a0223bd896...82aa06b98e
Submodule app/src/unstable/assets/sources/nebula updated: 0950f45053...aa2a4f2970
Submodule app/src/unstable/assets/sources/odysee updated: 9901701fb1...474672bcc0
Submodule app/src/unstable/assets/sources/patreon updated: e47253c805...54a3cc4efe
Submodule app/src/unstable/assets/sources/peertube updated: 0e2bdc5671...c46006bb65
Submodule app/src/unstable/assets/sources/rumble updated: cb42f49532...16c09b9e21
Submodule app/src/unstable/assets/sources/soundcloud updated: 27bf23c1af...3e3f95365a
Submodule app/src/unstable/assets/sources/twitch updated: faa84134da...7e8ce3a2ed
Submodule app/src/unstable/assets/sources/youtube updated: d52e3ebaf5...35ac3ba949
+1
-1
@@ -3,7 +3,7 @@ DOCUMENT_ROOT=/var/www/html
|
||||
|
||||
# Sign sources
|
||||
echo "Signing all sources..."
|
||||
bash ./sign-all-sources.sh
|
||||
/usr/bin/bash ./sign-all-sources.sh
|
||||
|
||||
# Build content
|
||||
echo "Building content..."
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@ DOCUMENT_ROOT=/var/www/html
|
||||
|
||||
# Sign sources
|
||||
echo "Signing all sources..."
|
||||
bash ./sign-all-sources.sh
|
||||
/usr/bin/bash ./sign-all-sources.sh
|
||||
|
||||
# Build content
|
||||
echo "Building content..."
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
#!/bin/sh
|
||||
DOCUMENT_ROOT=/var/www/html
|
||||
|
||||
# Sign sources
|
||||
echo "Signing all sources..."
|
||||
/usr/bin/bash ./sign-all-sources.sh
|
||||
|
||||
# Build content
|
||||
echo "Building content..."
|
||||
./gradlew --stacktrace assembleUnstableRelease
|
||||
|
||||
Reference in New Issue
Block a user