uppercase "nasa" to "NASA"

This commit is contained in:
Данил 2023-03-18 16:09:20 +03:00
parent 9d32f773f4
commit 4bd541c995

View file

@ -1,19 +1,19 @@
{ {
"product": "EveryNasa", "product": "EveryNASA",
"company": "Redume", "company": "Redume",
"license": "LICENSE", "license": "LICENSE",
"upgrade-code": "4165e562-ab60-4ac2-b27b-df2d62548dd9", "upgrade-code": "4165e562-ab60-4ac2-b27b-df2d62548dd9",
"files": { "files": {
"guid": "c68b679d-8199-4036-8ead-d509fad132c8", "guid": "c68b679d-8199-4036-8ead-d509fad132c8",
"items": [ "items": [
"EveryNasa.exe", "EveryNASA.exe",
"LICENSE" "LICENSE"
] ]
}, },
"directories": [ "directories": [
"api", "api",
"web", "web",
"functions" "utils"
], ],
"env": { "env": {
"guid": "24554370-7366-4725-8509-7aebb35da25a", "guid": "24554370-7366-4725-8509-7aebb35da25a",
@ -32,9 +32,9 @@
"guid": "f2fb0dac-ddda-4c8e-bba4-3eb377150cde", "guid": "f2fb0dac-ddda-4c8e-bba4-3eb377150cde",
"items": [ "items": [
{ {
"name": "EveryNasa", "name": "EveryNASA",
"description": "Automatic space wallpaper from Nasa", "description": "Automatic space wallpaper from NASA",
"target": "[INSTALLDIR]EveryNasa.exe", "target": "[INSTALLDIR]EveryNASA.exe",
"wdir": "INSTALLDIR", "wdir": "INSTALLDIR",
"arguments": "", "arguments": "",
"icon": "web/static/image/icons/icon.ico" "icon": "web/static/image/icons/icon.ico"
@ -42,9 +42,9 @@
] ]
}, },
"choco": { "choco": {
"description": "Automatic space wallpaper from Nasa", "description": "Automatic space wallpaper from NASA",
"project-url": "https://github.com/Redume/EveryNasa", "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" "license-url": "https://github.com/Redume/EveryNasa/blob/main/LICENSE"
} }
} }