Skip to content

Commit 8c92a7f

Browse files
committed
Merge branch 'master' into secdec-feature/identifiers
2 parents 31d29ae + b95f0a3 commit 8c92a7f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

bom

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+


build_chrome.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
echo "Building $FILEPATH ..."
44

5-
echo var retire = (function(){ > chrome\js\retire.js
5+
copy bom chrome\js\retire.js
6+
echo var retire = (function(){ >> chrome\js\retire.js
67
type node\lib\retire.js >> chrome\js\retire.js
78
echo return exports; })(); >> chrome\js\retire.js
89

0 commit comments

Comments
 (0)