We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d0eccf commit 6aeeb84Copy full SHA for 6aeeb84
build.sh
@@ -28,9 +28,9 @@ do
28
mkdir -p bin/$platform/$mode/
29
cp -f out/$platform/$mode/Default/libWebDriver.a bin/$platform/$mode/
30
cp -f out/$platform/$mode/Default/lib.target/libWebDriver.so bin/$platform/$mode/ 2>/dev/null
31
- if [ -f out/$platform/$mode/Default/WebDriverTest ]
+ if [ -f out/$platform/$mode/Default/WebDriver ]
32
then
33
- cp -f out/$platform/$mode/Default/WebDriverTest bin/$platform/$mode/
+ cp -f out/$platform/$mode/Default/WebDriver bin/$platform/$mode/
34
fi
35
done
36
wd.gyp
@@ -25,6 +25,8 @@
25
'target_name': 'WebDriverTest',
26
'type': 'executable',
27
+ 'product_name': 'WebDriver',
+
'include_dirs': [
'inc/',
'src/',
0 commit comments