commit
199b3950ae
4 changed files with 4 additions and 4 deletions
2
.github/workflows/updater.sh
vendored
2
.github/workflows/updater.sh
vendored
|
@ -10,7 +10,7 @@
|
||||||
# automatic actions when a new upstream release is detected.
|
# automatic actions when a new upstream release is detected.
|
||||||
|
|
||||||
# Remove this exit command when you are ready to run this Action
|
# Remove this exit command when you are ready to run this Action
|
||||||
#exit 1
|
exit 1
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# FETCHING LATEST RELEASE AND ITS ASSETS
|
# FETCHING LATEST RELEASE AND ITS ASSETS
|
||||||
|
|
|
@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
|
|
||||||
Scratch is a free programming language and online community where you can create your own interactive stories, games, and animations.
|
Scratch is a free programming language and online community where you can create your own interactive stories, games, and animations.
|
||||||
|
|
||||||
**Shipped version:** 3.0~ynh2
|
**Shipped version:** 3.0~ynh3
|
||||||
|
|
||||||
**Demo:** https://llk.github.io/scratch-gui/develop/
|
**Demo:** https://llk.github.io/scratch-gui/develop/
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
||||||
|
|
||||||
Scratch est un langage de programmation graphique manipulable et exécutable par le logiciel de même nom à vocation éducative. Ainsi, Scratch est à la fois un environnement de développement et un moteur d’exécution du langage Scratch mais aussi un site web.
|
Scratch est un langage de programmation graphique manipulable et exécutable par le logiciel de même nom à vocation éducative. Ainsi, Scratch est à la fois un environnement de développement et un moteur d’exécution du langage Scratch mais aussi un site web.
|
||||||
|
|
||||||
**Version incluse :** 3.0~ynh2
|
**Version incluse :** 3.0~ynh3
|
||||||
|
|
||||||
**Démo :** https://llk.github.io/scratch-gui/develop/
|
**Démo :** https://llk.github.io/scratch-gui/develop/
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Programming language to create your own interactive stories, games, and animations",
|
"en": "Programming language to create your own interactive stories, games, and animations",
|
||||||
"fr": "Langage de programmation pour créer vos propres histoires, jeux et animations interactifs"
|
"fr": "Langage de programmation pour créer vos propres histoires, jeux et animations interactifs"
|
||||||
},
|
},
|
||||||
"version": "3.0~ynh2",
|
"version": "3.0~ynh3",
|
||||||
"url": "https://scratch.mit.edu/",
|
"url": "https://scratch.mit.edu/",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
|
|
Loading…
Reference in a new issue