mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-12 22:33:28 +00:00
fix(nix): restore install script in fileset for desktop build (#12842)
This commit is contained in:
parent
8ad4768ecd
commit
fb94b4f8e8
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ stdenvNoCC.mkDerivation {
|
|||
../bun.lock
|
||||
../package.json
|
||||
../patches
|
||||
../install # required by desktop build (cli.rs include_str!)
|
||||
]
|
||||
);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue