diff --git a/CMakeLists.txt b/CMakeLists.txt index 984bb09e7..a01129418 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -188,5 +188,10 @@ ELSEIF(WIN32) SET(CPACK_GENERATOR "ZIP") ENDIF() set(CPACK_INCLUDE_TOPLEVEL_DIRECTORY 0) -set(CPACK_PACKAGE_FILE_NAME "dfhack-${DFHACK_VERSION}-${CMAKE_SYSTEM_NAME}") +IF(APPLE) + set(DFHACK_PACKAGE_PLATFORM_NAME OSX) +ELSE() + set(DFHACK_PACKAGE_PLATFORM_NAME ${CMAKE_SYSTEM_NAME}) +ENDIF() +set(CPACK_PACKAGE_FILE_NAME "dfhack-${DFHACK_VERSION}-${DFHACK_PACKAGE_PLATFORM_NAME}") INCLUDE(CPack) diff --git a/Readme.html b/Readme.html index 558c2a662..ca81c56f8 100644 --- a/Readme.html +++ b/Readme.html @@ -533,69 +533,68 @@ access DF memory and allow for easier development of new tools.

  • drain-aquifer
  • deathcause
  • dfstatus
  • -
  • embark
  • -
  • exterminate
  • -
  • growcrops
  • -
  • lever
  • -
  • locate-ore
  • -
  • lua
  • -
  • masspit
  • -
  • multicmd
  • -
  • quicksave
  • -
  • remove-stress
  • -
  • setfps
  • -
  • siren
  • -
  • soundsense-season
  • -
  • source
  • -
  • superdwarf
  • -
  • stripcaged
  • -
  • teleport
  • -
  • undump-buildings
  • +
  • exterminate
  • +
  • growcrops
  • +
  • lever
  • +
  • locate-ore
  • +
  • lua
  • +
  • masspit
  • +
  • multicmd
  • +
  • quicksave
  • +
  • remove-stress
  • +
  • setfps
  • +
  • siren
  • +
  • soundsense-season
  • +
  • source
  • +
  • superdwarf
  • +
  • stripcaged
  • +
  • teleport
  • +
  • undump-buildings
  • -
  • modtools
  • -
  • In-game interface tools