Windows assets, check hash while upload
This commit is contained in:
BIN
winres/icon.png
Normal file
BIN
winres/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 39 KiB |
BIN
winres/icon_16.png
Normal file
BIN
winres/icon_16.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
BIN
winres/icon_32.png
Normal file
BIN
winres/icon_32.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
BIN
winres/icon_48.png
Normal file
BIN
winres/icon_48.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.8 KiB |
BIN
winres/icon_64.png
Normal file
BIN
winres/icon_64.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.6 KiB |
59
winres/winres.json
Normal file
59
winres/winres.json
Normal file
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"RT_GROUP_ICON": {
|
||||
"APP": {
|
||||
"0000": [
|
||||
"icon_64.png",
|
||||
"icon_48.png",
|
||||
"icon_32.png",
|
||||
"icon_16.png"
|
||||
]
|
||||
},
|
||||
"OTHER": {
|
||||
"0000": "icon.png"
|
||||
}
|
||||
},
|
||||
"RT_MANIFEST": {
|
||||
"#1": {
|
||||
"0409": {
|
||||
"identity": {
|
||||
"name": "Open Save Cloud Server",
|
||||
"version": "1.0.0.0"
|
||||
},
|
||||
"description": "",
|
||||
"minimum-os": "win7",
|
||||
"execution-level": "as invoker",
|
||||
"ui-access": false,
|
||||
"auto-elevate": false,
|
||||
"dpi-awareness": "per monitor v2",
|
||||
"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": "1.0.0.0",
|
||||
"product_version": "1.0.0.0"
|
||||
},
|
||||
"info": {
|
||||
"0409": {
|
||||
"CompanyName": "Aurelie Delhaie",
|
||||
"FileDescription": "The server of Open Save Cloud",
|
||||
"FileVersion": "1.0.0.0",
|
||||
"ProductName": "Open Save Cloud Server",
|
||||
"ProductVersion": "1.0.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user