TCX activity combiner is a simple Electron JS application for combining two activities (tcx format). Useful for combining two consecutive Garmin activities for example.
- Windows 10/11 OS only (win32, for x86, x86_64, and arm64 architectures)
- NodeJS installed (npm)
- Go to project releases and download the installer
- Start by installing ElectronJS using the command :
npm install --save-dev electron
↦Troubleshooting: Run it in the same folder as src, main.js and package.json`
- Run the application by executing the command:
npm start
↦Troubleshooting: Run it in the same folder as src, main.js and package.json`
- Let yourself be guided by the graphical interface and enjoy
- This project was created by Adapters using Electron JS, and you can find their official website here.