mirror of
https://github.com/Starlio-app/StarlioX
synced 2024-11-05 06:03:57 +03:00
uppercase "nasa" to "NASA"
This commit is contained in:
parent
9d32f773f4
commit
4bd541c995
1 changed files with 8 additions and 8 deletions
16
wix.json
16
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"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue