bilelmoussaoui / Hardcode-Tray

Fixes Hardcoded tray icons in Linux
Other
863 stars 63 forks source link

support WhatsDesk #593

Closed varlesh closed 5 years ago

varlesh commented 5 years ago

Site: https://gitlab.com/zerkc/whatsdesk Description: WhatsDesk is a unofficial client of whatsapp

Electron app with packed asar

varlesh commented 5 years ago

added support Gmail Desktop https://github.com/timche/gmail-desktop electron app with packed asar.

bilelmoussaoui commented 5 years ago

@varlesh I gave you write access to this repository. You can always ping me if there any things you want me to review first

rauldipeas commented 1 year ago

Updated database file...

{
    "name": "WhatsDesk",
    "app_path": [
        "/opt/whatsdesk/"
    ],
    "icons_path": [
        "/opt/whatsdesk/resources/"
    ],
    "binary": "app.asar",
    "script": "electron",
    "icons": {
        "tray": {
            "original": "electron-build/src/icon/tray-icon-off.png",
            "theme": "whatsapp-tray"
        },
        "tray@2x": {
            "original": "electron-build/src/icon/tray-icon-off2.png",
            "theme": "whatsapp-tray"
        },
        "tray-msg": {
            "original": "electron-build/src/icon/tray-icon-on.png",
            "theme": "whatsapp-msg"
        },
        "tray-msg@2x": {
            "original": "electron-build/src/icon/tray-icon-on2.png",
            "theme": "whatsapp-msg"
        }
    }
}