From 81e515dca72397c5e2fe6b07181dd2a0e9b1c019 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 10 Dec 2024 14:04:12 +0800 Subject: [PATCH] fix: ci --- nbn.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"