angular2-webpack-advance-starter icon indicating copy to clipboard operation
angular2-webpack-advance-starter copied to clipboard

fix path to desktop configuration (replace 'frameworks' by 'shared')

Open radio-miskovice opened this issue 8 years ago • 0 comments

  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

fix issue #11

  • What is the current behavior? (You can also link to an open issue here)

npm run start:desktop:windows fails. The problem ppears to be wrong path in electron/main.desktop.ts:16, which is 'frameworks/electron/index' but in the new version should be 'shared/electron/index'.

  • What is the new behavior (if this is a feature change)?

Builds and starts the electron app, although the app itself does not display. But the bug that prevented successful build is fixed.

  • Other information:

radio-miskovice avatar Feb 07 '17 09:02 radio-miskovice