Transmission Remote is an desktop application which attempts to replicate the Transmission Mac App functionality for remote clients.
- 🎨 Similar design to Transmission
- 🪫 Powered by Electron
- ⚛ Leverages React
- 🎹 Automated Releases using GitHub actions
- Electron React Boilerplate - Originally setup this Repo from their boilerplate.
- yw4z for App Icon
npm install
Start the app in the dev
environment:
npm start
To package apps for the local platform:
npm run package
🤮
xattr -cr /Applications/Transmission\ Remote.app
1. Publish previous draft release
2. yarn version --new-version 1.0.0-beta1 # or equivalent
3. create a new **draft** release
4. re-run publish script