From f87a0f039a2dfd992c70d14a452627e4e5febc54 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Sun, 25 Oct 2020 20:33:04 +1100 Subject: [PATCH] Make vue 3 template linux/mac only --- cmd/templates/vue3-full/template.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/templates/vue3-full/template.json b/cmd/templates/vue3-full/template.json index 34b65acb..a4e0cb52 100755 --- a/cmd/templates/vue3-full/template.json +++ b/cmd/templates/vue3-full/template.json @@ -10,5 +10,6 @@ "frontenddir": "frontend", "serve": "npm run serve", "bridge": "src", - "wailsdir": "" + "wailsdir": "", + "platforms": ["linux", "darwin"] }