Skip to content

Commit

Permalink
Update Base build FlexBridge installer to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonleenaylor committed Dec 16, 2024
1 parent ecebdbc commit 78d9877
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Build/Installer.targets
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,8 @@
Condition="!Exists('$(WixLibsDir)/vcredist_2015-19_x64.exe') And $(Platform)=='x64'"
DownloadsDir="$(WixLibsDir)"/> <!-- VisualC++ 14.1 runtime -->
<!-- FLEx Bridge -->
<DownloadFile Address="https://build.palaso.org/guestAuth/repository/download/FLExBridgeDevelopWin32InstallerSansPublish/fw-9.1.22.tcbuildtag/FLExBridge_Offline.exe"
<DownloadFile Address="https://software.sil.org/downloads/r/fieldworks/FlexBridge_Offline_4.2.0.exe"
LocalFilename="FLExBridge_Offline.exe"
Condition="!Exists('$(WixLibsDir)/FLExBridge_Offline.exe')"
DownloadsDir="$(WixLibsDir)"/> <!-- TODO: always download to get the latest version -->
</Target>
Expand Down

0 comments on commit 78d9877

Please sign in to comment.