瀏覽代碼

Installer NSI update

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"