@@ -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']