1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tldraw_ynh.git synced 2024-09-03 20:35:54 +02:00

Merge pull request #2 from Limezy/pass-level-7

Pass level 7
This commit is contained in:
Limezy 2022-09-30 16:15:13 +07:00 committed by GitHub
commit 20ce674aa1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -5,17 +5,17 @@
"description": { "description": {
"en": "A tiny little drawing app" "en": "A tiny little drawing app"
}, },
"version": "1.24.5~ynh1", "version": "1.24.5~ynh2",
"url": "https://tldraw.com", "url": "https://tldraw.com",
"upstream": { "upstream": {
"license": "mit", "license": "MIT",
"website": "https://tldraw.com", "website": "https://tldraw.com",
"demo": "https://tldraw.com", "demo": "https://tldraw.com",
"admindoc": "https://github.com/tldraw/tldraw/blob/main/guides/documentation.md", "admindoc": "https://github.com/tldraw/tldraw/blob/main/guides/documentation.md",
"userdoc": "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" "code": "https://github.com/tldraw/tldraw"
}, },
"license": "mit", "license": "MIT",
"maintainer": { "maintainer": {
"name": "Raoul de Limezy" "name": "Raoul de Limezy"
}, },

View file

@ -155,7 +155,7 @@ ynh_use_logrotate --non-append
#================================================= #=================================================
ynh_script_progression --message="Integrating service in YunoHost..." --weight=1 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 # START SYSTEMD SERVICE