Skip to content

Commit 3bdb76d

Browse files
committed
Store windows lib in different repo
1 parent d2af722 commit 3bdb76d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/download-win-lib.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ var download = require('./download').download;
22
var path = require('path');
33
var fs = require('fs');
44

5-
var TAR_URL = 'https://github.com/nteract/zmq-prebuilt/releases/download/win-libzmq-4.1.5-v140/libzmq-' + process.arch + '.lib';
5+
var TAR_URL = 'https://github.com/nteract/libzmq-win/releases/download/v1.0.0/libzmq-' + process.arch + '.lib';
66
var DIR_NAME = path.join(__dirname, '..', 'windows', 'lib');
77
var FILE_NAME = path.join(DIR_NAME, 'libzmq.lib');
88

0 commit comments

Comments
 (0)