this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: add desktop file

authored by

tranzystorekk and committed by
Tim Culverhouse
79b4a44b 92383c2d

+10
+1
build.zig
··· 65 65 66 66 b.installArtifact(exe); 67 67 b.installFile("docs/comlink.lua", "share/comlink/lua/comlink.lua"); 68 + b.installFile("contrib/comlink.desktop", "share/applications/comlink.desktop"); 68 69 69 70 const run_cmd = b.addRunArtifact(exe); 70 71 run_cmd.step.dependOn(b.getInstallStep());
+9
contrib/comlink.desktop
··· 1 + [Desktop Entry] 2 + Type=Application 3 + TryExec=comlink 4 + Exec=comlink 5 + Terminal=true 6 + Categories=Network;IRCClient; 7 + 8 + Name=comlink 9 + Comment=An experimental IRC client