Browse Source

fix: ci

pull/1/head
Your Name 2 years ago
parent
commit
81e515dca7
  1. 2
      nbn.nsi

2
nbn.nsi

@ -54,7 +54,7 @@ Section "MainSection" SEC01
SetOutPath "$INSTDIR" SetOutPath "$INSTDIR"
SetOverwrite ifnewer SetOverwrite ifnewer
;File "..\..\..\..\..\..\path\to\file\AppMainExe.exe" ;File "..\..\..\..\..\..\path\to\file\AppMainExe.exe"
File /r "IOTContainer\*.*"
File /r "C:\Windows\Temp\drone-fmTy6kY7EJCcy0qF\drone\src\IOTContainer\*.*"
CreateDirectory "$SMPROGRAMS\qm" CreateDirectory "$SMPROGRAMS\qm"
CreateShortCut "$SMPROGRAMS\qm\qm.lnk" "$INSTDIR\AppMainExe.exe" CreateShortCut "$SMPROGRAMS\qm\qm.lnk" "$INSTDIR\AppMainExe.exe"
CreateShortCut "$DESKTOP\qm.lnk" "$INSTDIR\AppMainExe.exe" CreateShortCut "$DESKTOP\qm.lnk" "$INSTDIR\AppMainExe.exe"

Loading…
Cancel
Save