socketsupply / socket

A cross-platform runtime for Web developers to build desktop & mobile apps for any OS using any frontend library.
https://socketsupply.co/guides
Other
1.6k stars 75 forks source link

ci: update-stream-relay-source.sh #967

Open missinglink opened 5 months ago

missinglink commented 5 months ago

Updated sed to be portable between OSX & Linux

I tried running this file in CI today and it failed due to the host OS being Linux:

sed: can't read : No such file or directory

This is due to portability issues between the OSX version of sed and the GNU sed. The solution comes from suggestions in this thread.