diff --git a/builds/rsrc_windows_386.syso b/builds/rsrc_windows_386.syso new file mode 100644 index 0000000..e631e8e Binary files /dev/null and b/builds/rsrc_windows_386.syso differ diff --git a/builds/rsrc_windows_amd64.syso b/builds/rsrc_windows_amd64.syso new file mode 100644 index 0000000..57c3861 Binary files /dev/null and b/builds/rsrc_windows_amd64.syso differ diff --git a/builds/whatsapp-ai-bot_windows.exe b/builds/whatsapp-ai-bot_windows.exe index 0d6c513..b39c1eb 100644 Binary files a/builds/whatsapp-ai-bot_windows.exe and b/builds/whatsapp-ai-bot_windows.exe differ diff --git a/builds/winres/icon.png b/builds/winres/icon.png new file mode 100644 index 0000000..f271b68 Binary files /dev/null and b/builds/winres/icon.png differ diff --git a/builds/winres/icon16.png b/builds/winres/icon16.png new file mode 100644 index 0000000..a73d5fc Binary files /dev/null and b/builds/winres/icon16.png differ diff --git a/builds/winres/winres.json b/builds/winres/winres.json new file mode 100644 index 0000000..6e7cc66 --- /dev/null +++ b/builds/winres/winres.json @@ -0,0 +1,61 @@ +{ + "RT_GROUP_ICON": { + "APP": { + "0000": [ + "icon.png", + "icon16.png" + ] + } + }, + "RT_MANIFEST": { + "#1": { + "0409": { + "identity": { + "name": "whatsapp-ai-bot", + "version": "1.0.0" + }, + "description": "This is a WhatsApp AI bot that uses various AI models, including GPT, DALL-E, and StabilityAI, to generate responses to user input.", + "minimum-os": "win7", + "execution-level": "as invoker", + "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.0.0", + "product_version": "0.0.0.0" + }, + "info": { + "0409": { + "Comments": "", + "CompanyName": "", + "FileDescription": "", + "FileVersion": "", + "InternalName": "", + "LegalCopyright": "", + "LegalTrademarks": "", + "OriginalFilename": "", + "PrivateBuild": "", + "ProductName": "", + "ProductVersion": "", + "SpecialBuild": "" + } + } + } + } + } +} \ No newline at end of file