Files for create build

This commit is contained in:
Данил 2022-12-16 23:18:29 +03:00
parent f52d082e60
commit 7190223458
6 changed files with 321 additions and 0 deletions

BIN
winres/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

60
winres/winres.json Normal file
View file

@ -0,0 +1,60 @@
{
"RT_GROUP_ICON": {
"APP": {
"0000": [
"icon.png"
]
}
},
"RT_MANIFEST": {
"#1": {
"0409": {
"identity": {
"name": "EveryNasa",
"version": "2.0"
},
"description": "Automatic space wallpaper from Nasa",
"minimum-os": "win10",
"execution-level": "",
"ui-access": false,
"auto-elevate": false,
"dpi-awareness": "system",
"disable-theming": false,
"disable-window-filtering": false,
"high-resolution-scrolling-aware": false,
"ultra-high-resolution-scrolling-aware": false,
"long-path-aware": false,
"printer-driver-isolation": false,
"gdi-scaling": false,
"segment-heap": false,
"use-common-controls-v6": false
}
}
},
"RT_VERSION": {
"#1": {
"0000": {
"fixed": {
"file_version": "2.0",
"product_version": "2.0"
},
"info": {
"0409": {
"Comments": "",
"CompanyName": "Redume",
"FileDescription": "",
"FileVersion": "2.0",
"InternalName": "EveryNasa",
"LegalCopyright": "Redume",
"LegalTrademarks": "",
"OriginalFilename": "EveryNasa.exe",
"PrivateBuild": "",
"ProductName": "EveryNasa",
"ProductVersion": "2.0",
"SpecialBuild": ""
}
}
}
}
}
}