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 /Cargo.lock | |
| 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 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 68d5e98fe..a22fa2938 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4169,9 +4169,9 @@ dependencies = [ [[package]] name = "libsui" -version = "0.1.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c2fedcf6cb4dd935f94a90e1c4300c727fe7112b8455615e902828c7401f84d" +checksum = "2d0f34a58599483cd44a31ff3622dbcca0c50679af60f98b705069dc729e70cf" dependencies = [ "editpe", "libc", |
