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!
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
export APPLE_ID=<apple_email>
export APPLE_PROVIDER=<apple team id>
export APPLE_ID_PASSWORD=<application password>
Runs the app in the development mode.
All OS builds in the build
folder.
Only Linux OS build.
Only Mac OS build.
Only Windows OS build.
- update the package.json by incrementing the
version
key ( ie 1.2.3 ) - commit the changes ( commit message should be
vx.y.z
, examplev1.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