From 2115d21e1e77525576da85ec6bb9cdc58798f962 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 27 Aug 2023 12:08:58 +0200 Subject: [PATCH 1/2] Update manifest.toml --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index f12b43e..5690516 100644 --- a/manifest.toml +++ b/manifest.toml @@ -43,7 +43,7 @@ ram.runtime = "50M" [install.language] ask.en = "Choose your language" ask.fr = "Choisissez la langue" - type = "string" + type = "select" choices = ["ca", "de", "en", "es", "fr", "gl", "hu", "it", "nl", "pt"] default = "fr" @@ -56,7 +56,7 @@ ram.runtime = "50M" [install.export] ask.en = "Use AbiWord (~260 Mo) or LibreOffice (~400 Mo) (more stable) to expand export possibilities (PDF, doc)?" ask.fr = "Utiliser AbiWord (~260 Mo) ou LibreOffice (~400 Mo) (plus stable) pour étendre les possibilités d'export (PDF, doc) ?" - type = "string" + type = "select" choices = ["none", "abiword", "libreoffice"] default = "none" From b0c4783a103bedfc02bf6c1b031eaa791bd4a836 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 27 Aug 2023 12:14:15 +0200 Subject: [PATCH 2/2] Update _common.sh --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index b3861a7..5759254 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # NodeJS version -nodejs_version=14 +nodejs_version=18 # MyPads version # This variable is mostly used to force an upgrade of the package in case of new versions of MyPads.