🔖 0.1.15
This commit is contained in:
parent
f12ed8ec6d
commit
c4714170e2
4 changed files with 6 additions and 6 deletions
|
|
@ -63,9 +63,9 @@ RUN npm install -g pm2 && \
|
||||||
unzip -q libs.zip -d /tmp/tdlib && \
|
unzip -q libs.zip -d /tmp/tdlib && \
|
||||||
if [ "$(uname -m)" = "x86_64" ]; then \
|
if [ "$(uname -m)" = "x86_64" ]; then \
|
||||||
mv /tmp/tdlib/libs/linux_x64/* $LIB_PATH && \
|
mv /tmp/tdlib/libs/linux_x64/* $LIB_PATH && \
|
||||||
wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb && \
|
wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.24_amd64.deb && \
|
||||||
dpkg -i libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb && \
|
dpkg -i libssl1.1_1.1.1f-1ubuntu2.24_amd64.deb && \
|
||||||
rm libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb; \
|
rm libssl1.1_1.1.1f-1ubuntu2.24_amd64.deb; \
|
||||||
elif [ "$(uname -m)" = "aarch64" ]; then \
|
elif [ "$(uname -m)" = "aarch64" ]; then \
|
||||||
mv /tmp/tdlib/libs/linux_arm64/* $LIB_PATH && \
|
mv /tmp/tdlib/libs/linux_arm64/* $LIB_PATH && \
|
||||||
wget http://ports.ubuntu.com/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_arm64.deb && \
|
wget http://ports.ubuntu.com/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_arm64.deb && \
|
||||||
|
|
|
||||||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
||||||
0.1.14
|
0.1.15
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ plugins {
|
||||||
}
|
}
|
||||||
|
|
||||||
group = 'telegram.files'
|
group = 'telegram.files'
|
||||||
version = '0.1.14'
|
version = '0.1.15'
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "telegram-files-web",
|
"name": "telegram-files-web",
|
||||||
"version": "0.1.14",
|
"version": "0.1.15",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue