1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/terraforming-mars_ynh.git synced 2024-09-03 20:36:05 +02:00

Merge pull request #91 from YunoHost-Apps/testing

Testing
This commit is contained in:
Thomas 2024-04-16 07:35:39 +02:00 committed by GitHub
commit 571921d734
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 56 additions and 7 deletions

View file

@ -4,3 +4,4 @@
- [Irakurri README euskaraz](README_eu.md)
- [Lire le README en français](README_fr.md)
- [Le o README en galego](README_gl.md)
- [阅读中文(简体)的 README](README_zh_Hans.md)

View file

@ -19,7 +19,7 @@ It shall NOT be edited by hand.
This is an open-source online implementation of the great board game Terraforming mars. It is not affiliated with FryxGames, Asmodee Digital or Steam in any way.
**Shipped version:** 2024.04.03~ynh1
**Shipped version:** 2024.04.16~ynh1
**Demo:** <https://terraforming-mars.herokuapp.com/>

View file

@ -19,7 +19,7 @@ EZ editatu eskuz.
This is an open-source online implementation of the great board game Terraforming mars. It is not affiliated with FryxGames, Asmodee Digital or Steam in any way.
**Paketatutako bertsioa:** 2024.04.03~ynh1
**Paketatutako bertsioa:** 2024.04.16~ynh1
**Demoa:** <https://terraforming-mars.herokuapp.com/>

View file

@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main.
Cette application est une implémentation en ligne et open source de lexcellent jeu de plateau Terraforming mars. Elle nest affiliée à FryxGames, Asmodee Digital ou Steam en aucun cas.
**Version incluse:** 2024.04.03~ynh1
**Version incluse:** 2024.04.16~ynh1
**Démo:** <https://terraforming-mars.herokuapp.com/>

View file

@ -19,7 +19,7 @@ NON debe editarse manualmente.
This is an open-source online implementation of the great board game Terraforming mars. It is not affiliated with FryxGames, Asmodee Digital or Steam in any way.
**Versión proporcionada:** 2024.04.03~ynh1
**Versión proporcionada:** 2024.04.16~ynh1
**Demo:** <https://terraforming-mars.herokuapp.com/>

48
README_zh_Hans.md Normal file
View file

@ -0,0 +1,48 @@
<!--
注意:此 README 由 <https://github.com/YunoHost/apps/tree/master/tools/readme_generator> 自动生成
请勿手动编辑。
-->
# YunoHost 的 Terraforming Mars
[![集成程度](https://dash.yunohost.org/integration/terraforming-mars.svg)](https://dash.yunohost.org/appci/app/terraforming-mars) ![工作状态](https://ci-apps.yunohost.org/ci/badges/terraforming-mars.status.svg) ![维护状态](https://ci-apps.yunohost.org/ci/badges/terraforming-mars.maintain.svg)
[![使用 YunoHost 安装 Terraforming Mars ](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=terraforming-mars)
*[阅读此 README 的其它语言版本。](./ALL_README.md)*
> *通过此软件包,您可以在 YunoHost 服务器上快速、简单地安装 Terraforming Mars 。*
> *如果您还没有 YunoHost请参阅[指南](https://yunohost.org/install)了解如何安装它。*
## 概况
This is an open-source online implementation of the great board game Terraforming mars. It is not affiliated with FryxGames, Asmodee Digital or Steam in any way.
**分发版本:** 2024.04.16~ynh1
**演示:** <https://terraforming-mars.herokuapp.com/>
## 截图
![Terraforming Mars 的截图](./doc/screenshots/screenshot.png)
## 文档与资源
- 上游应用代码库: <https://github.com/terraforming-mars/terraforming-mars>
- YunoHost 商店: <https://apps.yunohost.org/app/terraforming-mars>
- 报告 bug <https://github.com/YunoHost-Apps/terraforming-mars_ynh/issues>
## 开发者信息
请向 [`testing` 分支](https://github.com/YunoHost-Apps/terraforming-mars_ynh/tree/testing) 发送拉取请求。
如要尝试 `testing` 分支,请这样操作:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/terraforming-mars_ynh/tree/testing --debug
sudo yunohost app upgrade terraforming-mars -u https://github.com/YunoHost-Apps/terraforming-mars_ynh/tree/testing --debug
```
**有关应用打包的更多信息:** <https://yunohost.org/packaging_apps>

View file

@ -7,7 +7,7 @@ name = "Terraforming Mars "
description.en = "Open-source online implementation of the great board game Terraforming mars."
description.fr = "Implementation en ligne à code source ouvert de lexcellent jeu de plateau Terraforming Mars"
version = "2024.04.03~ynh1"
version = "2024.04.16~ynh1"
maintainers = ["Thovi98"]
@ -45,8 +45,8 @@ ram.runtime = "50M"
[resources.sources]
[resources.sources.main]
url = "https://github.com/terraforming-mars/terraforming-mars/archive/943f48c8bb10ad1edec8183cce0d84fa5dbb0df9.tar.gz"
sha256 = "43602e592cdf905da24cdba7958e5e9618357be3d154fa612557402bf73596ad"
url = "https://github.com/terraforming-mars/terraforming-mars/archive/905341cffd1fcb8db276021161390bebd24c5770.tar.gz"
sha256 = "ba66dd8cd93d866fbc2c958d3b388ba912b181699fcee5f221fcb839fc506abe"
in_subdir = true
autoupdate.strategy = "latest_github_commit"