fsprojects-archive / zzarchive-generator-fsharp

[ARCHIVED] Yeoman F# generator
Apache License 2.0
62 stars 27 forks source link

Invalid path in build.cmd of FsLabJournal template #20

Open aprooks opened 8 years ago

aprooks commented 8 years ago
if "%1" == "quickrun" (
  ../packages\FAKE\tools\FAKE.exe run --fsiargs -d:NO_FSI_ADDPRINTER build.fsx
) else (
  ../.paket\paket.bootstrapper.exe
  if errorlevel 1 (
    exit /b %errorlevel%
  )
  if not exist paket.lock (
    ../.paket\paket.exe install
  ) else (
    ../.paket\paket.exe restore
  )
  if errorlevel 1 (
    exit /b %errorlevel%
  )
  ../packages\FAKE\tools\FAKE.exe %* --fsiargs -d:NO_FSI_ADDPRINTER build.fsx
)

these ../ should be changed to ..\