From 945a7dcd690b7b2ea9b35ff0310880a92eb505f6 Mon Sep 17 00:00:00 2001 From: Andrew Danger Lyon Date: Tue, 7 Aug 2018 19:18:54 -0700 Subject: [PATCH] making live config replacement in released version a bit more nuanced (was breaking in linux builds) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f0b7a32..83e9b71 100644 --- a/Makefile +++ b/Makefile @@ -118,7 +118,7 @@ package-electron: electron-rebuild all . cp \ config/config.live.js \ - `find target/ -type f | grep 'app/build/config.js'` + `find target/ -type f | grep -v 'final/' | grep 'app/build/config.js' | head -1` release-windows: package-electron cp \