Skip to content

Commit

Permalink
v1.15 Windows build adaptations
Browse files Browse the repository at this point in the history
  • Loading branch information
TwinFan committed Apr 28, 2019
1 parent aa39f41 commit 3a05185
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
Binary file modified LiveTraffic.aps
Binary file not shown.
Binary file modified LiveTraffic.rc
Binary file not shown.
4 changes: 2 additions & 2 deletions LiveTraffic.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
</Link>
<PostBuildEvent>
<Command>copy /Y "$(TargetDir)$(TargetName)$(TargetExt)" "D:\X-Plane 11\Resources\plugins\LiveTraffic\64"
copy /Y "$(TargetDir)$(TargetName)$(TargetExt)" "C:\Users\birge\Dropbox\LiveTraffic\Releases\Current\LiveTraffic\64"</Command>
copy /Y "$(TargetDir)$(TargetName)$(TargetExt)" "C:\Users\birge\Dropbox\LiveTraffic\64"</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>Copying win.xpl into my X-Plane plugin path and to Dropbox</Message>
Expand Down Expand Up @@ -205,7 +205,7 @@ copy /Y "$(TargetDir)$(TargetName)$(TargetExt)" "C:\Users\birge\Dropbox\LiveTraf
</Link>
<PostBuildEvent>
<Command>copy /Y "$(TargetDir)$(TargetName)$(TargetExt)" "D:\X-Plane 11\Resources\plugins\LiveTraffic\64"
copy /Y "$(TargetDir)$(TargetName)$(TargetExt)" "C:\Users\birge\Dropbox\LiveTraffic\Releases\Current\LiveTraffic\64"</Command>
copy /Y "$(TargetDir)$(TargetName)$(TargetExt)" "C:\Users\birge\Dropbox\LiveTraffic\64"</Command>
<Message>Copying win.xpl into my X-Plane plugin path and to Dropbox</Message>
</PostBuildEvent>
</ItemDefinitionGroup>
Expand Down
7 changes: 5 additions & 2 deletions docs/readme.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
Expand Down Expand Up @@ -97,7 +97,10 @@ <h3>v1.15.190428 ADSBEx with API Key</h3>
after public API closed down.<br>
<b>Note: API key required</b>, to get one you need to be feeding
ADS-B data to ADS-B Exchange. Then, you can
<a href="https://adsbexchange.com/contact/">request a key there</a>.
<a href="https://adsbexchange.com/contact/">request a key there</a>
and enter it into LiveTraffic's
<a href="https://twinfan.gitbook.io/livetraffic/setup/configuration/settings-basics">Basic Settings</a>
to re-enable the ADSBEx channel.
</li>
<li>
FIXED <a href="https://github.com/TwinFan/LiveTraffic/issues/131">#131</a>
Expand Down

0 comments on commit 3a05185

Please sign in to comment.