-
I run this in macbook pro V10.13.6:
npm run-script packageOsx
and get the error:
> admin-mongo@0.0.23 packageOsx /Users/xxx/Documents/Workspaces/adminMongo
> electron-packager ./ adminMongo --o…
-
It may be a `wine` problem. `electron-packager` is the command that hangs.
-
The application packaged with `electron-packager` or `electron-build` cannot be opened, and the app is blank after opening.
The page is blank and there are no errors.
![image](https://user-image…
-
---
path: free-apple-electron-autoupdater
---
在 macOS 下,`autoUpdater` 使用的 `Squirrel.Mac` 要求应用必须进行代码签名,否则 macOS 出于安全性原因无法判断程序的修改是否来自攻击者
`electron-osx-sign` 支持在 macOS 为 electron 应用进行签名,`electron…
-
Hi,
I have an application(.exe) developed using angular and electron( initially a web application is built using angular and then it is converted into desktop application using electron packager), ca…
-
I've been trying to get this to work for a week but can't seem to appease Apple. This is probably not even an issue with @electron/notarize, but I'm at my wits ends here and don't know what else to do…
-
efault Electron icon is used reason=application icon is not set
⨯ Application entry file "main.js" in the "/Users/i5ting/workspace/github/i5ting-mac-init/dist/mac/electron-quick-start.app/Contents…
-
I had my `main` entry in `package.json` pointing at a file in the same folder as `package.json`, which was preventing any transpilation from going on. Running `electron .` would work perfectly fine, b…
-
## Description
For some reason this seems to work with `npm` `@2.14.6` but fails when using `npm` `@3.3.5`.
## System Info
- OS X 10.11 (fresh install)
- nvm 0.27.1
- node @4.1.0
- npm @3.3.5
## …
-
Hello there,
I'm trying to build an Electron app for Linux 32 bits and I get this errors:
```
Error: /home/travis/.nvm/versions/node/v9.11.2/bin/node exited with code 1
Error output:
../HashS…