From 08f6ec0f058ac3a36f17e3d24e168358fa368f5f Mon Sep 17 00:00:00 2001 From: Magnus Hauge Bakke Date: Sun, 3 Apr 2016 19:45:29 +0200 Subject: [PATCH] Make sed commands in makefile compatible with os x again --- electron.makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/electron.makefile b/electron.makefile index a42f84f..626c7c4 100644 --- a/electron.makefile +++ b/electron.makefile @@ -13,8 +13,8 @@ copylocal: # modify index.html to use local files uselocal: copylocal - 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,https://cdnjs.cloudflare.com/ajax/libs/[^\"]*/,3rdparty/,g' index.html + sed -i.bak 's, integrity=\".*\" crossorigin=\"anonymous\",,' index.html # build the electron app for various platforms build-electron-windows: uselocal