diff --git a/make.js b/make.js index 54f51f5421baf7f118b309bbb9a715350230ad18..5cf38e45f0641b3bc2d0aeb4d75a56423df58184 100755 --- a/make.js +++ b/make.js @@ -141,7 +141,7 @@ task('webext', 'build the webextension', function() { task('node', 'build the node binary', function() { execSync('mkdir -p build'); - concatJS('build', 'node', 'snowflake.js', ''); + concatJS('build', 'node', 'snowflake.js', '#!/usr/bin/env node\n\n'); console.log('Node prepared.'); });