Coder Social home page Coder Social logo

Comments (6)

ungoldman avatar ungoldman commented on May 22, 2024

Yep, there's https://github.com/electron-userland/electron-packager or https://www.npmjs.com/package/electron-builder for building, and https://www.npmjs.com/package/publish-release or https://github.com/ngoldman/gh-release for releasing to github. Probably lots of others out there too.

from webtorrent-desktop.

feross avatar feross commented on May 22, 2024

Yeah, so far we haven't introduced any native dependencies. As long as we're careful never to do that, we won't need to manually compile on each platform in order to produce an executable for each platform.

You can run npm run build right now to produce final release builds for all platforms. It's currently using electron-packager :)

from webtorrent-desktop.

feross avatar feross commented on May 22, 2024

OS X apps are usually bundled into a .dmg file so the user can see a friendly "Drag this app onto the Applications folder" Finder window. Is there an easy way to get electron-packager to build us one of those?

How do we bundle the Windows version? Looks like there's lots of files in the output folder, like .DLLs, that are required by, but not embedded within, WebTorrent.exe. No idea how to ship this to users.

Same with the Linux release. Can we make a .deb file for Ubuntu/Debian?

cc @maxogden @mafintosh - do you guys have any thoughts?

from webtorrent-desktop.

max-mapper avatar max-mapper commented on May 22, 2024

Check out https://www.npmjs.com/package/electron-builder, though I haven't
used it

On Sun, Mar 20, 2016 at 4:40 AM, Feross Aboukhadijeh <
[email protected]> wrote:

OS X apps are usually bundled into a .dmg file so the user can see a
friendly "Drag this app onto the Applications folder" Finder window. Is
there an easy way to get electron-packager to build us one of those?

How do we bundle the Windows version? Looks like there's lots of files in
the output folder, like .DLLs, that are required by, but not embedded
within, WebTorrent.exe. No idea how to ship this to users.

Same with the Linux release. Can we make a .deb file for Ubuntu/Debian?

cc @maxogden https://github.com/maxogden @mafintosh
https://github.com/mafintosh - do you guys have any thoughts?


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
#12 (comment)

from webtorrent-desktop.

feross avatar feross commented on May 22, 2024

The first WebTorrent release (v0.0.0) is live! You can get it from the GitHub releases page here:

https://github.com/feross/webtorrent-app/releases/tag/v0.0.0

There's a .dmg file for easy installation on OS X. There is a built-in auto-updater so users will get improvements automatically. New releases (if any exist) are downloaded over https on app startup, checked to make sure they're signed correctly, and installed the next time the app is restarted.

I'm going to release v0.0.1 later tonight to test that the auto-updater is working as expected!

from webtorrent-desktop.

feross avatar feross commented on May 22, 2024

We have releases for all platforms. Windows has an installer now. The linux one is just a folder of files for now. Closing this!

from webtorrent-desktop.

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.