You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,8 @@ After restarting the terminal, this should work:
64
64
65
65
#### Using the Windows installer
66
66
67
-
Download the installer 'tmc-cli-rust.msi' at ... TODO
67
+
Windows installer can be found [here](https://github.com/rage/tmc-cli-rust/tree/dev/installer).
68
+
Download and run the newest installer found. After installation, the application updates automatically.
68
69
69
70
### Manual installation
70
71
@@ -188,6 +189,11 @@ Soft deadline: none
188
189
189
190
190
191
## Contribution
192
+
Notes for further development:
193
+
194
+
We've used [cargo-wix](https://github.com/volks73/cargo-wix) to create the Windows Installer.
195
+
Further instructions for it's usage can be found on the given repository.
196
+
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.
0 commit comments