mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 05:11:19 -04:00
Brace expansion is a bashism
This commit is contained in:
parent
03512bfa29
commit
5d26f76ba1
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ task('build', 'build the snowflake proxy', function() {
|
||||||
|
|
||||||
task('webext', 'build the webextension', function() {
|
task('webext', 'build the webextension', function() {
|
||||||
exec('mkdir -p webext');
|
exec('mkdir -p webext');
|
||||||
exec(`cp -r ${STATIC}/{${SHARED_FILES.join(',')}} webext/`);
|
exec(`cp -r ${STATIC}/{${SHARED_FILES.join(',')}} webext/`, { shell: '/bin/bash' });
|
||||||
concatJS('webext', 'webext', 'snowflake.js');
|
concatJS('webext', 'webext', 'snowflake.js');
|
||||||
console.log('Webextension prepared.');
|
console.log('Webextension prepared.');
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue