diff --git a/wix.json b/wix.json index 2e99ea8..0818d0f 100644 --- a/wix.json +++ b/wix.json @@ -1,19 +1,19 @@ { - "product": "EveryNasa", + "product": "EveryNASA", "company": "Redume", "license": "LICENSE", "upgrade-code": "4165e562-ab60-4ac2-b27b-df2d62548dd9", "files": { "guid": "c68b679d-8199-4036-8ead-d509fad132c8", "items": [ - "EveryNasa.exe", + "EveryNASA.exe", "LICENSE" ] }, "directories": [ "api", "web", - "functions" + "utils" ], "env": { "guid": "24554370-7366-4725-8509-7aebb35da25a", @@ -32,9 +32,9 @@ "guid": "f2fb0dac-ddda-4c8e-bba4-3eb377150cde", "items": [ { - "name": "EveryNasa", - "description": "Automatic space wallpaper from Nasa", - "target": "[INSTALLDIR]EveryNasa.exe", + "name": "EveryNASA", + "description": "Automatic space wallpaper from NASA", + "target": "[INSTALLDIR]EveryNASA.exe", "wdir": "INSTALLDIR", "arguments": "", "icon": "web/static/image/icons/icon.ico" @@ -42,9 +42,9 @@ ] }, "choco": { - "description": "Automatic space wallpaper from Nasa", + "description": "Automatic space wallpaper from NASA", "project-url": "https://github.com/Redume/EveryNasa", - "tags": "Wallpaper, Nasa, go, auto-wallpaper", + "tags": "Wallpaper, NASA, go, auto-wallpaper", "license-url": "https://github.com/Redume/EveryNasa/blob/main/LICENSE" } } \ No newline at end of file