From c2814ae14f8d543f7052a95e2f3a39742fc633a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Wed, 22 May 2024 23:53:45 +0200 Subject: [PATCH] Fix manifest warning --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 5252c08..57850b8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -41,7 +41,7 @@ ram.runtime = "200M" [install.app_version] ask.en = "Choose the version you want" ask.fr = "Choisissez la version désirée" - type = "string" + type = "select" choices = ["12", "14", "16"] default = "16"