Browse Source

fix(nix): restore install script in fileset for desktop build (#12842)

Jérôme Benoit 6 tháng trước cách đây
mục cha
commit
fb94b4f8e8
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      nix/node_modules.nix

+ 1 - 0
nix/node_modules.nix

@@ -30,6 +30,7 @@ stdenvNoCC.mkDerivation {
         ../bun.lock
         ../package.json
         ../patches
+        ../install # required by desktop build (cli.rs include_str!)
       ]
     );
   };