Giter Site home page Giter Site logo

Comments (2)

xornand avatar xornand commented on August 17, 2024

Note that adding the ability to set an install directory (i.e. on windows, with an MSI flag /InstallDir) only encapsulates the location in which the physical binaries are placed. An installer often will a: place things in %APPDATA% or %PROGRAMDATA% (e.g. for settings that vary from user to user, or temporary files), along with things like adding registry keys.

Similar issues exist on OS X and *nix, where you'll have things added to /home/user/.app/.config

In order to make a fully portable application, everything must be self-contained (and, due to the nature of this application, careful attention must be placed re: clearing out %TEMP% and %APPDATA% on Windows, and /tmp/* on *nix -- ideally not using them at all, as that opens up a lot of potential local vulnerability issues.)

(On the upside, this is Electron based so self-containing should be fairly easy).

from felony.

heysanil avatar heysanil commented on August 17, 2024

this sounds like a cool feature! right now we're working on getting everything stabilized for 1.0, but we'll definitely consider working on this for v2 :)

from felony.

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.