Skip to content

Commit 697c50a

Browse files
committed
Improve compilation targets for "boson init" command
1 parent 5b09380 commit 697c50a

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

resources/boson.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
{
22
"name": "app",
33
"entrypoint": "index.php",
4+
"target": [
5+
{
6+
"type": "windows",
7+
"arch": "amd64"
8+
},
9+
{
10+
"type": "linux",
11+
"arch": "amd64"
12+
},
13+
{
14+
"type": "linux",
15+
"arch": "arm64"
16+
},
17+
{
18+
"type": "macos",
19+
"arch": "amd64"
20+
},
21+
{
22+
"type": "macos",
23+
"arch": "arm64"
24+
},
25+
{
26+
"type": "phar"
27+
}
28+
],
429
"output": ".\/build",
530
"build": {
631
"directories": [

0 commit comments

Comments
 (0)