-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Notes for further development:
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.
-
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.