GithubHelp home page GithubHelp logo

Comments (11)

arunavo4 avatar arunavo4 commented on June 14, 2024 1

Hi @sandeep1995 How far is the MacOS support. and how can I help

from electron-delta.

sandeep1995 avatar sandeep1995 commented on June 14, 2024 1

I am working on writing docs for macos. I am able to do this.

from electron-delta.

arunavo4 avatar arunavo4 commented on June 14, 2024 1

Hey all, MacOS support is done. But I am not getting time to update all readme.

Let me know if you need help writing the readme for macos. @sandeep1995

from electron-delta.

buptsb avatar buptsb commented on June 14, 2024

Any updates on OS X?

from electron-delta.

rizwan92 avatar rizwan92 commented on June 14, 2024

any update for OSX ? and please recommend any electron update server compatible with electron-delta for the private repository

electron in build solution for private repository consumes a lot of time to download the next release

from electron-delta.

arunavo4 avatar arunavo4 commented on June 14, 2024

@rizwan92 I have got Electron autoupdate to work with fractional downloading like electron delta. and we also got it to work with a private repo, but whats best is I would suggest using a seperate public repo to just do release files.

from electron-delta.

rizwan92 avatar rizwan92 commented on June 14, 2024
  1. How did you do it any example or blog post ?
  2. Support for mac os and windows and linux ?
    3 i have tried using sapreate public repository to release the app. But it also public the source code with github publishers. How to avoid releasing source code ?

@arunavo4

from electron-delta.

sandeep1995 avatar sandeep1995 commented on June 14, 2024

Hey all, MacOS support is done. But I am not getting time to update all readme.

from electron-delta.

arunavo4 avatar arunavo4 commented on June 14, 2024
  1. How did you do it any example or blog post ?
  2. Support for mac os and windows and linux ?
    3 i have tried using sapreate public repository to release the app. But it also public the source code with github publishers. How to avoid releasing source code ?

@arunavo4

@rizwan92
For Auto update to work we need to publish the package in the following formats.
Auto-updatable TargetsΒΆ

macOS: DMG.
Linux: AppImage.
Windows: NSIS.

Issue
UfSIP
Solution

  1. The electron-updater version 5.0.5 having a common issue that it want alow us to download new update. To avoid this issue need to update node module file.

  2. Path to file node_modules\electron-updater\out\NsisUpdater.js

  3. Code location
    Line No 141 OR NsisUpdater > differentialDownloadInstaller > downloadBlockMap > try block

  4. Need to replace try block code
    return JSON.parse(zlib_1.gunzipSync(data).toString());
    with
    return JSON.parse((0, zlib_1.gunzipSync)(data).toString());

Its working for Mac windows and linux,

Follow these References:
Auto Update
Update Electron Application

Use the Public repo to only upload the release files, and when it says source code its just empty, you can download and check it.

If you need anymore help you can reach out to me on my email, its on my github profile.

from electron-delta.

sandeep1995 avatar sandeep1995 commented on June 14, 2024

A PR is always welcome.

from electron-delta.

rizwan92 avatar rizwan92 commented on June 14, 2024

@arunavo4 + @sandeep1995

i have like very genuine question to ask usually most of new beginner asks joining electron discord or community

  1. how essential code signing is ?
  2. is there any decompiler for electron applications so third patry can extract our source code ?
  3. most of new ideas and coders cannot afford code signing certificate in beginning (macos = 120$, windows ov certs 145$ and linux certs) per year is there any other way to publish the apps without code signign certificate ?
  4. i tried singing my desktop apps with self code sign certificate in windows but when i release new update it download the whole new version at end it throws error codes sining certificate error
  5. how electron delta is different from electron-differential-updater ?

from electron-delta.

Related Issues (6)

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.