Set proper Drop appimage name.

This commit is contained in:
jay
2025-08-16 00:38:37 -04:00
parent 0a561deee0
commit d1debc3a72

View File

@@ -1,5 +1,5 @@
{ pkgs, ... }: let
pname = "drop";
pname = "Drop Desktop Client";
version = "0.3.0";
src = pkgs.fetchurl {