Skip to content

Commit

Permalink
+x and use full path (because we need to change working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
matthid committed May 12, 2018
1 parent 8b698f8 commit b19fbed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ Target.create "CreateNuGet" (fun _ ->
let exitCode =
Process.execSimple (fun proc ->
{ proc with
FileName = path
FileName = Path.GetFullPath path
WorkingDirectory = Path.GetDirectoryName file
Arguments = "/32BIT- /32BITPREF- " + Process.quoteIfNeeded file
}
Expand Down
Empty file modified lib/xCorFlags.exe
100644 → 100755
Empty file.

0 comments on commit b19fbed

Please sign in to comment.