Skip to content

Commit bda2fae

Browse files
committed
bump version 0.3.2
1 parent 5cee3d5 commit bda2fae

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ include(${BOREALIS_LIBRARY}/cmake/toolchain.cmake)
5757
project(Switchfin)
5858
set(VERSION_MAJOR "0")
5959
set(VERSION_MINOR "3")
60-
set(VERSION_ALTER "1")
60+
set(VERSION_ALTER "2")
6161
set(PROJECT_TITLEID "010ff000ffff0003")
6262
set(PROJECT_AUTHOR "dragonflylee")
6363
set(PROJECT_ICON ${CMAKE_CURRENT_SOURCE_DIR}/resources/icon/icon.jpg)

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ nxlink -a <YOUR IP> -p Switchfin/Switchfin.nro -s Switchfin.nro --args -l
5757
### Building for MinGW64
5858

5959
```bash
60-
cmake -B build_mingw -G 'MinGW Makefiles' -DPLATFORM_DESKTOP=ON
61-
mingw32-make -C build_mingw -j$(nproc)
60+
pacman -S ${MINGW_PACKAGE_PREFIX}-gcc ${MINGW_PACKAGE_PREFIX}-ninja ${MINGW_PACKAGE_PREFIX}-cmake
61+
cmake -B build_mingw -DPLATFORM_DESKTOP=ON
62+
cmake --build build_mingw
6263
```
6364

6465
## Thanks to

0 commit comments

Comments
 (0)