diff options
| author | Divy Srivastava <dj.srivastava23@gmail.com> | 2024-08-14 21:42:23 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-15 10:12:23 +0530 |
| commit | 7ca95fc999f22cb0eb312e02f8c40d7589b35b7e (patch) | |
| tree | 9d4b27eb8f180aafba40c869db6acf20ea5f5423 /cli/Cargo.toml | |
| parent | e92a05b5518e5fd30559c96c5990b08657bbc3e4 (diff) | |
feat: `deno compile --icon <ico>` (#25039)
Add `--icon` flag to set deno compile'd executable icon on Windows.
```
deno compile --icon icon.ico game.tsx
```
Depends on https://github.com/denoland/sui/pull/24
<img width="447" alt="image"
src="https://github.com/user-attachments/assets/7f6f3aa0-6872-4975-ae9d-06701b7684b8">
Closes https://github.com/denoland/deno/issues/8912
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 4ce3f1725..bb6508b55 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -79,7 +79,7 @@ deno_semver = "=0.5.10" deno_task_shell = "=0.17.0" deno_terminal.workspace = true eszip = "=0.73.0" -libsui = "0.1.0" +libsui = "0.3.0" napi_sym.workspace = true node_resolver.workspace = true |
