Skip to content
This repository was archived by the owner on Jun 15, 2022. It is now read-only.

How to integrate with electron-packager #94

@oOtroyOo

Description

@oOtroyOo

First of all , now I can run these code running in VSCode or command line

//const {app, BrowserWindow} = require('electron') 
import { app, BrowserWindow } from 'electron'

if I use electron-packager , by this script

"package": "electron-packager . --overwrite --platform=win32 --out=out --icon=app.ico --electron-version=11.3.0"

it can be build , but it thows error while running:

image

It is obvious that ES6 capabilities dosen't work

How to fix it?

by the way , I noticed that current codes in file electron.cmd is diffrent from standard file of Electronm, is that the reason?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions