Explorar o código

Installer NSI update

Artur Efimov %!s(int64=6) %!d(string=hai) anos
pai
achega
c01093a07f
Modificáronse 1 ficheiros con 1 adicións e 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"