mirror of
https://github.com/YunoHost-Apps/misskey_ynh.git
synced 2024-09-03 19:46:03 +02:00
commit
ba6d22bcf6
4 changed files with 5 additions and 5 deletions
4
.github/workflows/updater.sh
vendored
4
.github/workflows/updater.sh
vendored
|
@ -10,7 +10,7 @@
|
|||
# automatic actions when a new upstream release is detected.
|
||||
|
||||
# Remove this exit command when you are ready to run this Action
|
||||
exit 1
|
||||
#exit 1
|
||||
|
||||
#=================================================
|
||||
# FETCHING LATEST RELEASE AND ITS ASSETS
|
||||
|
@ -66,7 +66,7 @@ echo "Handling asset at $asset_url"
|
|||
# Here we base the source file name upon a unique keyword in the assets url (admin vs. update)
|
||||
# Leave $src empty to ignore the asset
|
||||
case $asset_url in
|
||||
*".tar.gz"*)
|
||||
*".tar.gz")
|
||||
src="app"
|
||||
;;
|
||||
esac
|
||||
|
|
|
@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
Misskey is a decentralized microblogging platform. Since it exists within the Fediverse (a universe where various social media platforms are organized), it is mutually linked with other social media platforms.
|
||||
|
||||
|
||||
**Shipped version:** 12.96.1~ynh2
|
||||
**Shipped version:** 12.96.1~ynh3
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
|
||||
Misskey est une plateforme de microblogging décentralisée. Puisqu'il existe au sein du Fediverse (un univers où diverses plateformes de médias sociaux sont organisées), il est mutuellement lié à d'autres plateformes de médias sociaux.
|
||||
|
||||
**Version incluse :** 12.96.1~ynh2
|
||||
**Version incluse :** 12.96.1~ynh3
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Microblogging platform",
|
||||
"fr": "Platforme de Microblogging"
|
||||
},
|
||||
"version": "12.96.1~ynh2",
|
||||
"version": "12.96.1~ynh3",
|
||||
"url": "https://join.misskey.page/en/",
|
||||
"upstream": {
|
||||
"license": "AGPL-3.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue