From 2b766fd8b285bb207820ae6039f5c0d2a6b368b8 Mon Sep 17 00:00:00 2001 From: Jindra Vavruska Date: Tue, 7 Feb 2017 10:27:10 +0100 Subject: [PATCH] fix path to desktop configuration (replace 'frameworks' by 'shared') --- electron/main.desktop.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron/main.desktop.ts b/electron/main.desktop.ts index d783adf..38a3769 100755 --- a/electron/main.desktop.ts +++ b/electron/main.desktop.ts @@ -13,7 +13,7 @@ let template: any; let menu: any; // app -import { DesktopConfig } from 'frameworks/electron/index'; +import { DesktopConfig } from 'shared/electron/index'; /*crashReporter.start({ productName: 'Angular2WebpackAdvanceStarter',