Skip to content

Commit

Permalink
macOS: update .dmg name format
Browse files Browse the repository at this point in the history
  • Loading branch information
Akaricchi committed Oct 27, 2017
1 parent 888a228 commit 113e8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ if(APPLE)
add_custom_target(dmg
COMMAND "${BUILDSCRIPTS_DIR}/osx-gen-dmg.sh"
"${CMAKE_INSTALL_PREFIX}"
"${PROJECT_BINARY_DIR}/${MACOSX_BUNDLE_BUNDLE_NAME}-${TAISEI_VERSION}.dmg"
"${PROJECT_BINARY_DIR}/${MACOSX_BUNDLE_BUNDLE_NAME}-${TAISEI_VERSION}-macOS.dmg"
DEPENDS install
VERBATIM
)
Expand Down

0 comments on commit 113e8b2

Please sign in to comment.