mirror of
https://github.com/misitebao/wails-template-vue
synced 2025-02-24 05:42:16 +08:00
10 lines
185 B
JSON
10 lines
185 B
JSON
{
|
|
"name": "{{.ProjectName}}",
|
|
"outputfilename": "{{.BinaryName}}",
|
|
"assetdir": "frontend/dist",
|
|
"author": {
|
|
"name": "{{.AuthorName}}",
|
|
"email": "{{.AuthorEmail}}"
|
|
}
|
|
}
|