mirror of
https://github.com/Starlio-app/StarlioX
synced 2024-11-21 08:36:22 +03:00
fixed a build bug, the license was moved to another array
This commit is contained in:
parent
778c83e85d
commit
1362b0545f
1 changed files with 3 additions and 3 deletions
6
wix.json
6
wix.json
|
@ -6,14 +6,14 @@
|
||||||
"files": {
|
"files": {
|
||||||
"guid": "c68b679d-8199-4036-8ead-d509fad132c8",
|
"guid": "c68b679d-8199-4036-8ead-d509fad132c8",
|
||||||
"items": [
|
"items": [
|
||||||
"EveryNasa.exe"
|
"EveryNasa.exe",
|
||||||
|
"LICENSE"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"directories": [
|
"directories": [
|
||||||
"api",
|
"api",
|
||||||
"web",
|
"web",
|
||||||
"functions",
|
"functions"
|
||||||
"LICENSE"
|
|
||||||
],
|
],
|
||||||
"env": {
|
"env": {
|
||||||
"guid": "24554370-7366-4725-8509-7aebb35da25a",
|
"guid": "24554370-7366-4725-8509-7aebb35da25a",
|
||||||
|
|
Loading…
Add table
Reference in a new issue