From 49322fe32c96b51b3d71ec6422103f8ec8436191 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 24 Oct 2023 15:22:01 +0200 Subject: [PATCH] fix --- doc/DESCRIPTION_fr.md | 1 + manifest.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 doc/DESCRIPTION_fr.md diff --git a/doc/DESCRIPTION_fr.md b/doc/DESCRIPTION_fr.md new file mode 100644 index 0000000..120e14d --- /dev/null +++ b/doc/DESCRIPTION_fr.md @@ -0,0 +1 @@ +OS.js est une plate-forme de bureau Web open source avec un gestionnaire de fenêtres, des API d'application, une boîte à outils GUI, des abstractions de système de fichiers et bien plus encore. diff --git a/manifest.toml b/manifest.toml index 90539c4..6d887e3 100644 --- a/manifest.toml +++ b/manifest.toml @@ -48,7 +48,7 @@ ram.runtime = "50M" [resources.sources.main] url = "https://github.com/os-js/OS.js/archive/refs/tags/3.1.12.tar.gz" sha256 = "c5f04810e4f5604adadc7bc0c17f2d7eee49d521915ad9ac2203b835b3e9987d" - + autoupdate.strategy = "latest_github_tag" [resources.system_user]