From 1362b0545fa3e08188565efd80015c047fee6fa0 Mon Sep 17 00:00:00 2001 From: Redume Date: Sat, 18 Feb 2023 21:34:16 +0300 Subject: [PATCH] fixed a build bug, the license was moved to another array --- wix.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wix.json b/wix.json index 2065c92..2e99ea8 100644 --- a/wix.json +++ b/wix.json @@ -6,14 +6,14 @@ "files": { "guid": "c68b679d-8199-4036-8ead-d509fad132c8", "items": [ - "EveryNasa.exe" + "EveryNasa.exe", + "LICENSE" ] }, "directories": [ "api", "web", - "functions", - "LICENSE" + "functions" ], "env": { "guid": "24554370-7366-4725-8509-7aebb35da25a",