File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 - name : Install PyInstaller
2727 run : pip install pyinstaller
2828
29+ - name : Checkout submodules
30+ run : git submodule update --init --recursive
31+
2932 - name : Run configure
3033 run : ./configure
3134
Original file line number Diff line number Diff line change 2525
2626 - name : Install PyInstaller
2727 run : pip install pyinstaller
28+
29+ - name : Checkout submodules
30+ run : git submodule update --init --recursive
2831
2932 - name : Run configure
3033 run : ./configure
Original file line number Diff line number Diff line change 2121 - name : Install PyInstaller
2222 run : pip install pyinstaller
2323
24+ - name : Checkout submodules
25+ run : git submodule update --init --recursive
26+
2427 - name : Configure CMake
2528 run : cmake -B build -S . -DCMAKE_BUILD_TYPE=Release
2629
Original file line number Diff line number Diff line change 2424 - name : Install PyInstaller
2525 run : pip install pyinstaller
2626
27+ - name : Checkout submodules
28+ run : git submodule update --init --recursive
29+
2730 - name : Compile C++ programs with MinGW
2831 run : |
2932 g++ -static -mwindows -o LoaderMDO.exe rewritten-modern-software/LoaderMDO/LoaderMDO/LoaderMDO.cpp
You can’t perform that action at this time.
0 commit comments