Giter Site home page Giter Site logo

Comments (7)

vladimiry avatar vladimiry commented on July 21, 2024

@ask2018 can you try this version https://github.com/vladimiry/protonmail-desktop-app/releases/tag/v0.2.1

from electronmail.

ask2018 avatar ask2018 commented on July 21, 2024

Thanks for update, but unfortunately it's still the same with 0.2.1 version. On every new software start file "C:\Users\USERNAME\AppData\Local\Temp\some_random_string.tmp.node" is created and because this seems to be some DLL file, my security software keeps asking me for updated/new component confirmation with my current security settings. Basically what I need is no temp executable files with random name like this created and using just usual static location/filename executables and other components.

from electronmail.

vladimiry avatar vladimiry commented on July 21, 2024

That tmp file is a native library (yes apparently DLL like) that comes with https://github.com/atom/node-keytar module. You can unpack asar close to app executable manually an make sure that tmp file and keytar's binary module are equal files. Electron unpacks it for execution/loading from asar archive. I disabled keytar module packaging assuming that it will be sufficient fix, but that was just a quick guess. I might come up with new ideas, but that's how things work for now. First of all I will need to verify that keytar module has not actually been packed into the asar with 0.2.1 version.

from electronmail.

vladimiry avatar vladimiry commented on July 21, 2024

I disabled keytar module packaging assuming that it will be sufficient fix, but that was just a quick guess.

First of all I will need to verify that keytar module has not actually been packed into the asar with 0.2.1 version.

Unpacking modules with native code was a right move, I just failed to properly unpack it, fix is coming.

from electronmail.

vladimiry avatar vladimiry commented on July 21, 2024

@ask2018 can you verify that issue has been resolved with new release https://github.com/vladimiry/protonmail-desktop-app/releases/tag/v0.2.2

from electronmail.

ask2018 avatar ask2018 commented on July 21, 2024

Yeah great. Thank you. Seems to be fixed. No more temp files created.Tested protonmail-desktop-app-Setup-0.2.2.exe only. The NSIS installer for version 0.2.2 seems to be broken and just crash after I try to run it: Btw would be also nice to let the user to choose custom installation folder and my personal suggestion for installation program is Inno Setup - http://www.jrsoftware.org/isinfo.php That's much more cleaner setups in my opinion.

from electronmail.

vladimiry avatar vladimiry commented on July 21, 2024

Closing as resolved.

Adjusting installation packages is a different thing.

let the user to choose custom installation folder

Available in 0.2.3.

from electronmail.

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.