bilelmoussaoui / Hardcode-Tray

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

PreMiD #717

Closed rauldipeas closed 2 years ago

rauldipeas commented 2 years ago

The path of PreMiD has changed.

{
    "name": "PreMiD",
    "app_path": [
        "/usr/lib/premid/",
        "/opt/PreMiD/"
    ],
    "icons_path": [
        "/usr/lib/premid/resources/",
        "/opt/PreMiD/resources/"
    ],
    "binary": "app.asar",
    "script": "electron",
    "icons": {
        "tray": {
            "original": "assets/tray/icon.png",
            "theme": "premid-tray"
        },
        "tray@2x": {
            "original": "assets/tray/Icon@2x.png",
            "theme": "premid-tray"
        }
    }
}
varlesh commented 2 years ago

thx, updateed