File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 9
9
manifest : ./lzc-manifest.yml
10
10
11
11
# contentdir: 指定打包的内容,将会打包到 lpk 中
12
- # contentdir: ./
12
+ contentdir : ./content
13
13
14
14
# pkgout: lpk 包的输出路径
15
15
pkgout : ./
Original file line number Diff line number Diff line change 1
1
lzc-sdk-version : 0.1
2
2
name : telegram/v
3
3
package : anpho.lzcapp.telegramv
4
- version : 1.0
4
+ version : 1.1
5
5
description : telegram V
6
6
license : https://choosealicense.com/licenses/mit/
7
- homepage :
8
- author :
7
+ homepage : https://github.com/anpho/lzc-telegram-v
8
+ author : anpho
9
9
application :
10
10
subdomain : telegramv
11
11
gpu_accel : true
@@ -25,6 +25,7 @@ services:
25
25
# sassv/telegram
26
26
binds :
27
27
- /lzcapp/run/mnt/home/telegram:/config
28
+ - /lzcapp/pkg/content/fonts:/usr/share/fonts
28
29
environment :
29
30
# - HTTP_PROXY=HTTP://whoami:1080
30
31
# - ENABLE_CJK_FONT=1
You can’t perform that action at this time.
0 commit comments