@filen/desktop
v3.0.34
Published
Filen Desktop Client
Downloads
927
Readme
Installation and building
- Clone repository
git clone https://github.com/FilenCloudDienste/filen-desktop filen-desktop
- Update dependencies
cd filen-desktop && npm install
- Running a development build
To run a development build you need to have "@filen/web" (npm run dev
) running locally.
npm run dev
- Build
npm run build:<os>
Where <os> is either "win", "mac" or "linux"
Building the client requires setting up signing and notarization. See "build/" directory and package.json key.
License
Distributed under the AGPL-3.0 License. See LICENSE for more information.