From fdb9b0e71164aa56211e77e65070f705153aafdc Mon Sep 17 00:00:00 2001 From: Bauke Date: Sun, 25 Jun 2023 11:56:20 +0200 Subject: [PATCH] Dekstop -> desktop. --- Makefile.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.toml b/Makefile.toml index 6a35f59..2a65c1b 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -55,7 +55,7 @@ clear = true command = "pnpm" # Set --target explicitly, since web-ext for some reason doesn't use the target # set in the configuration file. https://github.com/mozilla/web-ext/issues/1862 -env = { TARGET = { source = "${BROWSER}", default_value = "${BROWSER}", mapping = { "firefox" = "firefox-dekstop" } } } +env = { TARGET = { source = "${BROWSER}", default_value = "${BROWSER}", mapping = { "firefox" = "firefox-desktop" } } } args = ["web-ext", "run", "--target=${TARGET}", "--config=build/web-ext-${BROWSER}.json"] # Alias for `WATCH=true makers build`.