File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
build :
15
15
# The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac.
16
16
# You can convert this to a matrix build if you need cross-platform coverage.
17
- # See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build- matrix
17
+ # See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-matrix
18
18
runs-on : windows-2022
19
19
20
20
steps :
Original file line number Diff line number Diff line change 1
1
Project dependencies
2
2
--------------------
3
3
4
- ![ DebugView++ Projects] ( art/DebugViewProjects.png " DebugView++ Projects ")
4
+ ![ DebugView++ Projects] ( ../ art/DebugViewProjects.png " DebugView++ Projects ")
5
5
6
6
1 . Project ** DebugViewCmd**
7
7
CommandLine version of debugview++,
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ def main():
85
85
if HasInvalidArgs ():
86
86
print ("Usage: " + os .path .basename (sys .argv [0 ]) + " <filemask> [/s] [/f]" )
87
87
print (" note: gen\ and gen64\ directories are ignored" )
88
- print (" /s = recursively process files in subdirecties " );
88
+ print (" /s = recursively process files in subdirectories " );
89
89
print (" /f = actually format the selected files instead of just listing them" );
90
90
print ("" )
91
91
print (" example: " )
You can’t perform that action at this time.
0 commit comments