Skip to content

Commit

Permalink
making live config replacement in released version a bit more nuanced…
Browse files Browse the repository at this point in the history
… (was breaking in linux builds)
  • Loading branch information
orthecreedence committed Aug 8, 2018
1 parent b0da87a commit 945a7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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 \

0 comments on commit 945a7dc

Please sign in to comment.