Skip to content

Commit

Permalink
Make vue 3 template linux/mac only
Browse files Browse the repository at this point in the history
  • Loading branch information
leaanthony committed Oct 25, 2020
1 parent a03f587 commit f87a0f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/templates/vue3-full/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"frontenddir": "frontend",
"serve": "npm run serve",
"bridge": "src",
"wailsdir": ""
"wailsdir": "",
"platforms": ["linux", "darwin"]
}

0 comments on commit f87a0f0

Please sign in to comment.