Add Windows packaging to create an MSI installer

This commit is contained in:
Jack Moffitt 2016-06-30 11:51:44 -06:00
parent 4ae0897175
commit d8c0b87eb2
7 changed files with 312 additions and 7 deletions

View file

@ -9,3 +9,6 @@ ar = "arm-linux-gnueabihf-ar"
[target.aarch64-unknown-linux-gnu]
linker = "aarch64-linux-gnu-gcc"
ar = "aarch64-linux-gnu-ar"
[target.'cfg(target_os=windows)']
linker = "./fake-ld.cmd"

View file

@ -0,0 +1,2 @@
@echo off
gcc -mwindows %*