mirror of
https://github.com/YunoHost-Apps/tldraw_ynh.git
synced 2024-09-03 20:35:54 +02:00
commit
20ce674aa1
2 changed files with 4 additions and 4 deletions
|
@ -5,17 +5,17 @@
|
|||
"description": {
|
||||
"en": "A tiny little drawing app"
|
||||
},
|
||||
"version": "1.24.5~ynh1",
|
||||
"version": "1.24.5~ynh2",
|
||||
"url": "https://tldraw.com",
|
||||
"upstream": {
|
||||
"license": "mit",
|
||||
"license": "MIT",
|
||||
"website": "https://tldraw.com",
|
||||
"demo": "https://tldraw.com",
|
||||
"admindoc": "https://github.com/tldraw/tldraw/blob/main/guides/documentation.md",
|
||||
"userdoc": "https://github.com/tldraw/tldraw/blob/main/guides/documentation.md",
|
||||
"code": "https://github.com/tldraw/tldraw"
|
||||
},
|
||||
"license": "mit",
|
||||
"license": "MIT",
|
||||
"maintainer": {
|
||||
"name": "Raoul de Limezy"
|
||||
},
|
||||
|
|
|
@ -155,7 +155,7 @@ ynh_use_logrotate --non-append
|
|||
#=================================================
|
||||
ynh_script_progression --message="Integrating service in YunoHost..." --weight=1
|
||||
|
||||
yunohost service add $app --description="A short description of the app" --log="/var/log/$app/$app.log"
|
||||
yunohost service add $app --description="A tiny little drawing app" --log="/var/log/$app/$app.log"
|
||||
|
||||
#=================================================
|
||||
# START SYSTEMD SERVICE
|
||||
|
|
Loading…
Add table
Reference in a new issue