ee-bin 4.1.6 → 4.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +3 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -97,6 +97,9 @@ program
97
97
  .description('Generate logo')
98
98
  .option('-i, --input <file>', 'image file default /public/images/logo.png')
99
99
  .option('-o, --output <folder>', 'output directory default /build/icons/')
100
+ .option('-s, --size <flag>', 'generate size default 16,32,64,256,512')
101
+ .option('-c, --clear', 'clear output directory first')
102
+ .option('-img, --images <flag>', 'Win window icon/tray image generation path default /public/images/')
100
103
  .action(function() {
101
104
  const iconGen = require('./tools/iconGen');
102
105
  iconGen.run();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ee-bin",
3
- "version": "4.1.6",
3
+ "version": "4.1.7",
4
4
  "description": "ee bin",
5
5
  "main": "index.js",
6
6
  "scripts": {