Skip to content

Commit

Permalink
fix encoding on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
dnasdw committed Oct 10, 2017
1 parent 7c811cc commit 1519c0d
Show file tree
Hide file tree
Showing 5 changed files with 160 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if(APPLE)
endif()
set(_3DSTOOL_MAJOR 1)
set(_3DSTOOL_MINOR 0)
set(_3DSTOOL_PATCHLEVEL 26)
set(_3DSTOOL_PATCHLEVEL 27)
if(NOT MSVC_IDE AND NOT XCODE_VERSION AND NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE "Release" CACHE STRING "Choose the type of build, options are: None(CMAKE_CXX_FLAGS or CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel." FORCE)
endif()
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ An all-in-one tool for extracting/creating 3ds roms.
- v1.0.24 @ 2017.05.21 - Support auto encryption
- v1.0.25 @ 2017.06.18 - Fix auto encryption bug and add download
- v1.0.26 @ 2017.06.20 - Fix auto encryption bug
- v1.0.27 @ 2017.10.10 - Fix encoding on macOS

## Platforms

Expand Down
Loading

0 comments on commit 1519c0d

Please sign in to comment.