Skip to content

linagora/Twake-Desktop

Repository files navigation

Frame 1321317563

⚠️ Repository Deprecated

This repository, Twake, is no longer actively maintained and has been officially deprecated.

➡️ For current and future updates, please visit our new repository: 🔗 Twake-workplace

We encourage all users to migrate to Twake-workplace for the latest features and ongoing support. Thank you for your continued support and contribution to the Twake community!




Archive README

Supported OSes

  • MacOS 10.11 and later (including M1 chips)
  • Windows 7 and later 32 and 64bit in the same file
  • Linux Ubuntu 14.04 or later, Fedora 24 or later, Debian 8 or later

Getting Started

1. npm i

2. npm run dev

Note for mac before build:

export APPLE_ID=<apple_email>
export APPLE_PROVIDER=<apple team id>
export APPLE_ID_PASSWORD=<application password>

Available Scripts

npm run dev

Runs the app in the development mode.

npm run build

All OS builds in the build folder.

npm run build-l

Only Linux OS build.

npm run build-m

Only Mac OS build.

npm run build-w

Only Windows OS build.

creating a release

  • update the package.json by incrementing the version key ( ie 1.2.3 )
  • commit the changes ( commit message should be vx.y.z, example v1.2.8)
git add package.json
git commit -am v1.2.8
  • create a tag and push
git tag v1.2.8
git push && git push --tags