Artur Efimov пре 6 година
родитељ
комит
c01093a07f
1 измењених фајлова са 1 додато и 1 уклоњено
  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"