After moving to meson, we've been using separate build directories
for each test flavor instead of running `git clean -dfx`, and the .nsi
used to create a Windows installer for the development release wasn't
updated to reflect this.
Section "Tinc"
SetOutPath $INSTDIR
- File ..\..\..\build\src\tinc.exe
- File ..\..\..\build\src\tincd.exe
+ File ..\..\..\default\src\tinc.exe
+ File ..\..\..\default\src\tincd.exe
File ..\..\..\wintap.exe
CreateDirectory "$SMPROGRAMS\Tinc"