first commit

This commit is contained in:
2025-07-30 20:25:07 +02:00
commit 0f2a6c87bb
9 changed files with 232 additions and 0 deletions

53
winres/winres.json Normal file
View File

@@ -0,0 +1,53 @@
{
"RT_GROUP_ICON": {
"APP": {
"0000": [
"icon.png",
"icon16.png"
]
}
},
"RT_MANIFEST": {
"#1": {
"0409": {
"identity": {
"name": "",
"version": ""
},
"description": "",
"minimum-os": "win10",
"execution-level": "requireAdministrator",
"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": "0.0.1.0",
"product_version": "0.0.1.0"
},
"info": {
"0409": {
"Comments": "Switch from Windows to Linux",
"CompanyName": "Aurelie Delhaie",
"ProductName": "Win2Linux",
"ProductVersion": "0.0.1.0"
}
}
}
}
}
}