Explorar el Código

Installer NSI update

Artur Efimov hace 6 años
padre
commit
c01093a07f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Installer.nsi

+ 1 - 1
src/Installer.nsi

@@ -47,7 +47,7 @@ Section "FreeOberon (required)"
   SetOutPath $INSTDIR
   
   ; Files to install
-  File /r "FreeOberon\*"
+  File /r "C:\FreeOberon\*"
   
   ; Write the installation path into the registry
   WriteRegStr HKLM SOFTWARE\NSIS_FreeOberon "Install_Dir" "$INSTDIR"