Skip to content

Commit c21c047

Browse files
committed
Move bypass.js to resources folder
1 parent 1ad2a82 commit c21c047

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

scripts/prepublish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if(npm_config_argv && JSON.parse(npm_config_argv).original[0] === 'publish'
2323
{
2424
if(err && err.code !== 'EEXIST') throw err
2525

26-
fs.readFile('bypass.js', function(err, bypass)
26+
fs.readFile('resources/bypass.js', function(err, bypass)
2727
{
2828
if(err) throw err
2929

scripts/symlinks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ SYMLINKS=(addr2line ar as c++filt elfedit gprof ld ld.bfd nm objcopy objdump \
1313

1414
for i in "${SYMLINKS[@]}"
1515
do
16-
cp bypass.js bin/$i || exit 1
16+
cp resources/bypass.js bin/$i || exit 1
1717
done
1818

1919

0 commit comments

Comments
 (0)