File tree Expand file tree Collapse file tree 3 files changed +2
-12
lines changed
.github/actions/build-mac Expand file tree Collapse file tree 3 files changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -22,17 +22,10 @@ outputs:
2222runs :
2323 using : " composite"
2424 steps :
25- - name : Install required libs
26- shell : bash
27- run : |
28- brew install ninja
29- - name : Prepare
30- shell : bash
31- run : |
32- mkdir build-mac
3325 - name : CMake
3426 shell : bash
3527 run : |
28+ mkdir build-mac
3629 cd build-mac
3730 pwd
3831 cmake -G Ninja ..
Original file line number Diff line number Diff line change 11TODO
22===
33
4- File Dialog for OpenSky credentials
5- https://github.com/samhocevar/portable-file-dialogs/blob/main/portable-file-dialogs.h
6-
74Download History
85==========
96Download counter when providing v4.2.0: 225.175
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ <h2>v4</h2>
136136
137137 < h3 > v4.2.1</ h3 >
138138
139- < P > At least copy the following files, which have changed compared to v4.1.1 :</ P >
139+ < P > At least copy the following files, which have changed compared to v4.2.0 :</ P >
140140 < ul >
141141 < li > < code > lin|mac|win_x64/LiveTraffic.xpl</ code > </ li >
142142 </ ul >
You can’t perform that action at this time.
0 commit comments