Skip to content

Commit fb51ad7

Browse files
committed
js: fix node:deploy task
1 parent ff63270 commit fb51ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ namespace :node do
602602

603603
cmd = "node javascript/node/deploy.js" <<
604604
" --output=build/javascript/node/selenium-webdriver" <<
605-
" --resource=COPYING:/COPYING" <<
605+
" --resource=LICENSE:/LICENSE" <<
606606
" --resource=javascript/firefox-driver/webdriver.json:firefox/webdriver.json" <<
607607
" --resource=build/cpp/amd64/libnoblur64.so:firefox/amd64/libnoblur64.so" <<
608608
" --resource=build/cpp/i386/libnoblur.so:firefox/i386/libnoblur.so" <<

0 commit comments

Comments
 (0)