Skip to content
Joni S edited this page May 10, 2021 · 4 revisions

Notes for further development:

Windows Installer:

We've used cargo-wix to create the Windows Installer. Further instructions for it's usage can be found on the given repository. Please mind that the License.rtf has been modified (for the copyright part) and changed the manufacturer has been to University of Helsinki in the main.wxs file. We have not implemented creating the installer in the GitHub Actions, so it needs to be done manually.

Future feature ideas:

  • Automatically checking exercise updates. Courses can update exercises (for example updating / fixing tests) quite often, so notifying the user for available exercise updates would be good.

  • Command for setting the default course download directory. For example: tmc set-download-dir c:\tmc-project-dir\

  • Option for forcing the executable to update tmc --force-update <commands>

  • Autocomplete for commands on Windows.

  • Readme: Animated GIFs of using the interactive menu with different commands.

Clone this wiki locally