From ddc7c20cb3cbc469cec1dfcf83c3c5c82655f6b8 Mon Sep 17 00:00:00 2001 From: Redume Date: Sat, 18 Feb 2023 21:12:02 +0300 Subject: [PATCH] =?UTF-8?q?add=20license=20to=20build=20and=20change=20ver?= =?UTF-8?q?sion=F0=9F=8E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- winres/winres.json | 8 ++++---- wix.json | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/winres/winres.json b/winres/winres.json index c0c444c..712f979 100644 --- a/winres/winres.json +++ b/winres/winres.json @@ -11,7 +11,7 @@ "0409": { "identity": { "name": "EveryNasa", - "version": "2.3.1" + "version": "2.3.2" }, "description": "Automatic space wallpaper from Nasa", "minimum-os": "win10", @@ -35,8 +35,8 @@ "#1": { "0000": { "fixed": { - "file_version": "2.3.1", - "product_version": "2.3.1" + "file_version": "2.3.2", + "product_version": "2.3.2" }, "info": { "0409": { @@ -50,7 +50,7 @@ "OriginalFilename": "EveryNasa.exe", "PrivateBuild": "", "ProductName": "EveryNasa", - "ProductVersion": "2.3.1", + "ProductVersion": "2.3.2", "SpecialBuild": "" } } diff --git a/wix.json b/wix.json index 6f55b80..2065c92 100644 --- a/wix.json +++ b/wix.json @@ -12,7 +12,8 @@ "directories": [ "api", "web", - "functions" + "functions", + "LICENSE" ], "env": { "guid": "24554370-7366-4725-8509-7aebb35da25a",