We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71c3708 commit 12a68d1Copy full SHA for 12a68d1
1 file changed
readme.md
@@ -17,7 +17,7 @@ const BinWrapper = require('bin-wrapper');
17
18
const base = 'https://github.com/imagemin/gifsicle-bin/raw/master/vendor';
19
const bin = new BinWrapper()
20
- .src(base + '/osx/gifsicle', 'darwin')
+ .src(base + '/macos/gifsicle', 'darwin')
21
.src(base + '/linux/x64/gifsicle', 'linux', 'x64')
22
.src(base + '/win/x64/gifsicle.exe', 'win32', 'x64')
23
.dest(path.join('vendor'))
0 commit comments