Make sed commands in makefile compatible with os x again
This commit is contained in:
parent
ea0dc4805d
commit
08f6ec0f05
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ copylocal:
|
||||||
|
|
||||||
# modify index.html to use local files
|
# modify index.html to use local files
|
||||||
uselocal: copylocal
|
uselocal: copylocal
|
||||||
sed -i .bak 's,https://cdnjs.cloudflare.com/ajax/libs/[^\"]*/,3rdparty/,g' index.html
|
sed -i.bak 's,https://cdnjs.cloudflare.com/ajax/libs/[^\"]*/,3rdparty/,g' index.html
|
||||||
sed -i .bak 's, integrity=\".*\" crossorigin=\"anonymous\",,' index.html
|
sed -i.bak 's, integrity=\".*\" crossorigin=\"anonymous\",,' index.html
|
||||||
|
|
||||||
# build the electron app for various platforms
|
# build the electron app for various platforms
|
||||||
build-electron-windows: uselocal
|
build-electron-windows: uselocal
|
||||||
|
|
Loading…
Reference in a new issue