chore(devops): do not copy pw_run.sh to subfolders (#3271)

This commit is contained in:
Yury Semikhatsky 2020-08-03 12:01:57 -07:00 committed by GitHub
parent b52d259738
commit bad4005d7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,9 +48,6 @@ copyLibrariesForWPE() {
# Expect target directory to be passed in as first argument.
local tmpdir=$1
# copy runner
cp -t $tmpdir $SCRIPTS_DIR/pw_run.sh
# copy all relevant binaries
cp -t $tmpdir ./WebKitBuild/WPE/Release/bin/MiniBrowser ./WebKitBuild/WPE/Release/bin/WPE*Process
# copy all relevant shared objects
@ -92,9 +89,6 @@ copyLibrariesForGTK() {
# Expect target directory to be passed in as first argument.
local tmpdir=$1
# copy runner
cp -t $tmpdir $SCRIPTS_DIR/pw_run.sh
# copy all relevant binaries
cp -t $tmpdir ./WebKitBuild/GTK/Release/bin/MiniBrowser ./WebKitBuild/GTK/Release/bin/WebKit*Process
# copy all relevant shared objects