Make vue 3 template linux/mac only

This commit is contained in:
Lea Anthony 2020-10-25 20:33:04 +11:00
commit f87a0f039a

View file

@ -10,5 +10,6 @@
"frontenddir": "frontend",
"serve": "npm run serve",
"bridge": "src",
"wailsdir": ""
"wailsdir": "",
"platforms": ["linux", "darwin"]
}