GitHub CI: change build system to meson
[tinc] / .ci / package / win / installer.nsi
index 4c4dd35..90645d0 100644 (file)
@@ -18,8 +18,8 @@ RequestExecutionLevel admin
 Section "Tinc"
   SetOutPath $INSTDIR
 
-  File ..\..\..\src\tinc.exe
-  File ..\..\..\src\tincd.exe
+  File ..\..\..\build\src\tinc.exe
+  File ..\..\..\build\src\tincd.exe
   File ..\..\..\wintap.exe
 
   CreateDirectory "$SMPROGRAMS\Tinc"