Make vue 3 template linux/mac only

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

View File

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