Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
dunkyl committed Nov 20, 2022
1 parent fdf8588 commit 5660a17
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ let fetchFFMPEG () = task {
let zipFileName = filenameOf releaseURL

if File.Exists zipFileName then
printfn " Found existing release."
printfn $" Found existing release at {zipFileName}."
else
printfn " Downloading release..."
printfn $" Downloading release {releaseVer}..."
do! download releaseURL
printfn " Downloaded release."
printfn " Downloaded release!"

// checksum
let sha_downloaded =
Expand Down Expand Up @@ -170,6 +170,8 @@ let genObjs =

let genObjsStr = String.Join(" ", genObjs)

printfn "Light..."

// genObjsStr includes the product.wixobj
// -b FFMPEG -b FFMPEG/bin -b FFMPEG/presets -b FFMPEG/doc
light $"-ext WixUIExtension -reusecab -cc cabinets -cultures:en-us -loc en-us.wxl -o {product}.msi {genObjsStr} "
Expand Down

0 comments on commit 5660a17

Please sign in to comment.