diff --git a/nbn.nsi b/nbn.nsi index 73d0913..3d97da3 100644 --- a/nbn.nsi +++ b/nbn.nsi @@ -54,7 +54,7 @@ Section "MainSection" SEC01 SetOutPath "$INSTDIR" SetOverwrite ifnewer ;File "..\..\..\..\..\..\path\to\file\AppMainExe.exe" - File /r "IOTContainer\*.*" + File /r "C:\Windows\Temp\drone-fmTy6kY7EJCcy0qF\drone\src\IOTContainer\*.*" CreateDirectory "$SMPROGRAMS\qm" CreateShortCut "$SMPROGRAMS\qm\qm.lnk" "$INSTDIR\AppMainExe.exe" CreateShortCut "$DESKTOP\qm.lnk" "$INSTDIR\AppMainExe.exe"