Giter Club home page Giter Club logo

Comments (3)

filips123 avatar filips123 commented on May 22, 2024

Currently you can only modify runtime directory by changing the source code. If you want to change just runtime directory, you need to change this line, if you want to check all installation directories, check this comment for instructions.

I will probably allow configuring this (either with some compile-time or run-time option) in the future, along with other requests abot configuring installation directories and properies (#6, #17, #24).

from pwasforfirefox.

PeterCxy avatar PeterCxy commented on May 22, 2024

Thanks. For now I've patched the code in my AUR package to move the runtime installation directory to ~/.local/share/firefoxpwa/runtime. Package managers generally like it better when the packaged program do not write to /usr (except /usr/local) directly, so supporting this as an option would make packaging it cleanly a bit easier. (However, adding a compilation option for this would require the ability to parse the ~ syntax and replace it with the HOME env variable depending on the path string provided as the option, which may require using build.rs).

from pwasforfirefox.

filips123 avatar filips123 commented on May 22, 2024

Starting with df05306, runtime will be installed into user directory by default.

If anyone wants to change it back or use other locations, I added few comments in the code. It is still required to change the source code as using build-time env vars would complicate things, but I might change this in the future.

from pwasforfirefox.

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.