diff --git a/resources/app-icon.png b/resources/app-icon.png new file mode 100644 index 0000000..e885ab9 Binary files /dev/null and b/resources/app-icon.png differ diff --git a/resources/app.manifest b/resources/app.manifest new file mode 100644 index 0000000..7656f97 --- /dev/null +++ b/resources/app.manifest @@ -0,0 +1,22 @@ + + + + Driver Booster Pro - System Driver & Update Manager + + + + + + + + + + + + + + diff --git a/resources/icon.ico b/resources/icon.ico new file mode 100644 index 0000000..52bc39c Binary files /dev/null and b/resources/icon.ico differ diff --git a/rsrc_windows_386.syso b/rsrc_windows_386.syso new file mode 100644 index 0000000..9700847 Binary files /dev/null and b/rsrc_windows_386.syso differ diff --git a/rsrc_windows_amd64.syso b/rsrc_windows_amd64.syso new file mode 100644 index 0000000..a0e342c Binary files /dev/null and b/rsrc_windows_amd64.syso differ diff --git a/ui/icon-app.png b/ui/icon-app.png new file mode 100644 index 0000000..de34b2a Binary files /dev/null and b/ui/icon-app.png differ diff --git a/ui/index.html b/ui/index.html index bc1c08f..15cb1db 100644 --- a/ui/index.html +++ b/ui/index.html @@ -11,7 +11,7 @@
- +
DRIVER BOOSTER PRO diff --git a/winres/icon.png b/winres/icon.png new file mode 100644 index 0000000..bfc9ba0 Binary files /dev/null and b/winres/icon.png differ diff --git a/winres/icon16.png b/winres/icon16.png new file mode 100644 index 0000000..9adedb0 Binary files /dev/null and b/winres/icon16.png differ diff --git a/winres/winres.json b/winres/winres.json new file mode 100644 index 0000000..0c11017 --- /dev/null +++ b/winres/winres.json @@ -0,0 +1,47 @@ +{ + "RT_GROUP_ICON": { + "APP": { + "0000": [ + "icon.png", + "icon16.png" + ] + } + }, + "RT_MANIFEST": { + "#1": { + "0409": { + "identity": { + "name": "IMTAQIN.DriverBoosterPro", + "version": "1.0.0.0" + }, + "description": "Driver Booster Pro - System Driver & Update Manager", + "minimum-os": "win10", + "execution-level": "as invoker", + "dpi-awareness": "per monitor v2", + "use-common-controls-v6": true + } + } + }, + "RT_VERSION": { + "#1": { + "0000": { + "fixed": { + "file_version": "1.0.0.0", + "product_version": "1.0.0.0" + }, + "info": { + "0409": { + "CompanyName": "IMTAQIN", + "FileDescription": "Driver Booster Pro", + "FileVersion": "1.0.0.0", + "InternalName": "driver-booster", + "LegalCopyright": "Copyright (c) 2026 IMTAQIN - https://imtaqin.id", + "OriginalFilename": "driver-booster.exe", + "ProductName": "Driver Booster Pro", + "ProductVersion": "1.0.0.0" + } + } + } + } + } +}