diff --git a/README.md b/README.md index 57865ac..5a70833 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ It shall NOT be edited by hand. 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:** 2024.3.1~ynh1 +**Shipped version:** 2024.5.0~ynh1 ## Screenshots diff --git a/README_es.md b/README_es.md index 82aac12..ea61a2d 100644 --- a/README_es.md +++ b/README_es.md @@ -19,7 +19,7 @@ No se debe editar a mano. 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. -**Versión actual:** 2024.3.1~ynh1 +**Versión actual:** 2024.5.0~ynh1 ## Capturas diff --git a/README_eu.md b/README_eu.md index 8a00398..a90df65 100644 --- a/README_eu.md +++ b/README_eu.md @@ -19,7 +19,7 @@ EZ editatu eskuz. 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. -**Paketatutako bertsioa:** 2024.3.1~ynh1 +**Paketatutako bertsioa:** 2024.5.0~ynh1 ## Pantaila-argazkiak diff --git a/README_fr.md b/README_fr.md index dc06c03..fbbde4a 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main. 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 :** 2024.3.1~ynh1 +**Version incluse :** 2024.5.0~ynh1 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index d364377..6a09ff9 100644 --- a/README_gl.md +++ b/README_gl.md @@ -19,7 +19,7 @@ NON debe editarse manualmente. 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. -**Versión proporcionada:** 2024.3.1~ynh1 +**Versión proporcionada:** 2024.5.0~ynh1 ## Capturas de pantalla diff --git a/README_zh_Hans.md b/README_zh_Hans.md index e287f3e..c3b70a7 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -19,7 +19,7 @@ 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. -**分发版本:** 2024.3.1~ynh1 +**分发版本:** 2024.5.0~ynh1 ## 截图 diff --git a/manifest.toml b/manifest.toml index f8df04c..4e27012 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Misskey" description.en = "Microblogging platform" description.fr = "Platforme de Microblogging" -version = "2024.3.1~ynh1" +version = "2024.5.0~ynh1" maintainers = [] @@ -44,8 +44,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/misskey-dev/misskey/archive/refs/tags/2024.3.1.tar.gz" - sha256 = "f962f38fbf71f600fcc8c1969f418f46565fa58b83dc93528d29a3e65fd79571" + url = "https://github.com/misskey-dev/misskey/archive/refs/tags/2024.5.0.tar.gz" + sha256 = "700be5e68d2486127e5bbe74bfa02afa990db9580d57c5148bc687c74a002a0b" autoupdate.strategy = "latest_github_tag" [resources.system_user] diff --git a/scripts/install b/scripts/install index cab6d70..26836f5 100755 --- a/scripts/install +++ b/scripts/install @@ -41,7 +41,13 @@ ynh_add_config --template="default.yml" --destination="$install_dir/.config/defa #================================================= ynh_script_progression --message="Building app..." --weight=15 -misskey_build +pushd "$install_dir" + ynh_use_nodejs + ynh_exec_warn_less env $ynh_node_load_PATH corepack enable && COREPACK_ENABLE_DOWNLOAD_PROMPT=0 corepack prepare pnpm@latest --activate + ynh_exec_warn_less env $ynh_node_load_PATH NODE_ENV=production pnpm add ts-node webpack -W + ynh_exec_warn_less env $ynh_node_load_PATH NODE_ENV=production pnpm build + ynh_exec_warn_less env $ynh_node_load_PATH NODE_ENV=production pnpm run init +popd #================================================= # SYSTEM CONFIGURATION