-
harry@harry-TM1613 ~/Desktop/app/electronic-wechat $ npm run build:linux
> electronic-wechat@2.0.0 build:linux /home/harry/Desktop/app/electronic-wechat
> ./scripts/build.sh linux x64
Start pac…
-
I tried to pakage it to an executable file using electron-packager, but i received an error : "The main entry point to your app was not found. Make sure "index.js" exists and does not get ignored by y…
-
Hi There,
I'm working on [BasicSwap Issue #19](https://github.com/tecnovert/basicswap/issues/19#issuecomment-2098951043) which concerns building an image based basicswap package.
An electron GUI…
-
Hi!
Since upgrade to meteor 1.3 (that uses a lot of npm modules now) my packaged app has grown to almost 400 mb (comparing to 200 on meteor 1.2). File count is up to 27,000 (twenty sevent bloody thou…
ghost updated
8 years ago
-
**Is this a feature or a bug?**
- [ ] Feature
- [x] Bug
**Please describe the actual behavior.**
When I remove one of dependencies from a `package.json` and run `rush update`, the symbolic lin…
-
please suggest me how i publish this app as .exe format.
-
edit: To bundle a `snakestagram` environment in an electron app package/bundle we have to delete `env/bin/conda`, `env/bin/activate` and `env/bin/deactivate` as they are symlinks that point to outside…
-
**Feature Request**
Would it be possible to add some packaging lifecycle process callbacks to the `options` object:
``` js
const packager = require('electron-packager')
packager({
dir: __dirname,…
-
Hi. Having trouble getting it to work after packaging electron app using electron-packager or electron-builder. Calling idevice_info crashes child process returning message "3221225477" on close. Does…
-
# 又简单得尝试了 Electron
这篇文章接上一篇,这里主要讲讲学习 Electron 的一些心得。
## 关于 Electron
Electron 和 node-webkit 属于同类型产品,都致力于使用 Web 技术开发不同操作系统上的本地应用。而且他们都是由 Node.js 和 Chromium 结合而成。
另外与 node-webkit 类似的是,Electron 也有过其他…