diff --git a/Makefile b/Makefile index 6e078ca082..35dc03fa40 100644 --- a/Makefile +++ b/Makefile @@ -20,10 +20,8 @@ compile-dev: yarn compile:renderer --cache dev: -ifeq "$(DETECTED_OS)" "Windows" +ifneq ("$(wildcard $(out/main.js))","") make init -else - test -f out/main.js || make init endif yarn dev