Skip to content

Commit 12a68d1

Browse files
committed
OS X → macOS
1 parent 71c3708 commit 12a68d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const BinWrapper = require('bin-wrapper');
1717

1818
const base = 'https://github.com/imagemin/gifsicle-bin/raw/master/vendor';
1919
const bin = new BinWrapper()
20-
.src(base + '/osx/gifsicle', 'darwin')
20+
.src(base + '/macos/gifsicle', 'darwin')
2121
.src(base + '/linux/x64/gifsicle', 'linux', 'x64')
2222
.src(base + '/win/x64/gifsicle.exe', 'win32', 'x64')
2323
.dest(path.join('vendor'))

0 commit comments

Comments
 (0)