Giter Site home page Giter Site logo

Comments (10)

robertmuehsig avatar robertmuehsig commented on May 10, 2024

Could you share a sample configuration? I'm not sure how to apply those config values :/

from electron.net.

GregorBiswanger avatar GregorBiswanger commented on May 10, 2024

"build": { "appId": "com.jamzi.quickstart", "win": { "target": "nsis", "icon": "build/icon.ico" } }

See here too:
https://medium.com/@jamzi/building-desktop-applications-with-electron-electron-builder-47484193cbcc

from electron.net.

robertmuehsig avatar robertmuehsig commented on May 10, 2024

What is "nsis"? Can we use this to configure App Title names / icons for the different platforms?

from electron.net.

GregorBiswanger avatar GregorBiswanger commented on May 10, 2024

Good question. I don't know...

from electron.net.

yoDon avatar yoDon commented on May 10, 2024

Is this the right place to ask about how to add additional assets/resources to the build process?

I ran into the need for additional assets/resources as kind of a blocker while working on the Electron.NET-React-Typescript-MobX boilerplate as described here.

from electron.net.

DrSensor avatar DrSensor commented on May 10, 2024

+1 for supporting electron-builder because it has more features (e.g injecting auto-updater and etc) than electron-packager

One of use case that I need electron-builder is to package my app into snap then deploy it to arm device for kiosk app.

from electron.net.

robertmuehsig avatar robertmuehsig commented on May 10, 2024

Electron-builder is a more advanced electron packer? (my electron knowledge is pretty low :/)

from electron.net.

DrSensor avatar DrSensor commented on May 10, 2024

My opinion is biased because previously I build desktop app with electron-vue and I need some features of electron-builder have (mainly packaging for many linux distros, CI support, and auto add-build SQLite module). Maybe this short section doc can explain better.

The most compelling feature (although never use it) is auto updater. This feature open possibility to release 2 or more different version app (e.g stable and nightly.build) using staged rollouts.

from electron.net.

robertmuehsig avatar robertmuehsig commented on May 10, 2024

We released a new version and now support addional params from electron-packager, e.g. we can now execute something like this:
build /target custom win7-x86;win32 /dotnet-configuration Debug /electron-arch ia32 /electron-params "--prune=true "

Via the /electron-params a user can just tunnel the desired commands directly to the electron-packager.

Please give feedback to this feature. I'm not sure if this will solve any problem, but maybe this is a start :)

from electron.net.

DrSensor avatar DrSensor commented on May 10, 2024

Would you reference which commit or PR for that feature?

from electron.net.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.