mirror of
https://github.com/tauri-apps/tauri.git
synced 2025-01-03 16:42:42 +03:00
parent
26635845bf
commit
16d39b3c0d
5
.changes/tauri-icon.md
Normal file
5
.changes/tauri-icon.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"tauri.js": patch
|
||||
---
|
||||
|
||||
Fixes the `tauri icon` usage with the `--icon` flag. Previously, only the `-i` flag worked.
|
@ -21,7 +21,7 @@ const argv = parseArgs(process.argv.slice(2), {
|
||||
h: 'help',
|
||||
l: 'log',
|
||||
c: 'config',
|
||||
s: 'source',
|
||||
i: 'icon',
|
||||
t: 'target'
|
||||
},
|
||||
boolean: ['h', 'l']
|
||||
|
Loading…
Reference in New Issue
Block a user