Skip to content

Configurable cors #34

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 12 commits into from
Closed
4 changes: 2 additions & 2 deletions compile_webidebridge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ createZipEmbeddableFileArduino()
mkdir arduino/arduino
cp -r arduino/hardware arduino/tools\_$GOOS\_$GOARCH arduino/boards.json arduino/arduino
cp config.ini arduino
cp fakecerts/*.pem arduino/
cp fakecerts/*.pem fakecerts/*.cer arduino/
mv arduino/arduino/tools* arduino/arduino/tools
cd arduino
zip -r arduino.zip config.ini *.pem > /dev/null
zip -r arduino.zip config.ini *.pem *.cer > /dev/null
cd ..
#cat arduino/arduino.zip >> $3
#zip --adjust-sfx $3
Expand Down
Binary file added fakecerts/cert.cer
Binary file not shown.