Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
c0981a17
Commit
c0981a17
authored
Jun 28, 2014
by
Fabio Bas
Browse files
Prettier package name
parent
3509df76
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
c0981a17
...
@@ -128,7 +128,7 @@ if(UNIX)
...
@@ -128,7 +128,7 @@ if(UNIX)
set
(
CPACK_DMG_FORMAT
"UDBZ"
)
set
(
CPACK_DMG_FORMAT
"UDBZ"
)
set
(
CPACK_DMG_VOLUME_NAME
"
${
PROJECT_NAME
}
"
)
set
(
CPACK_DMG_VOLUME_NAME
"
${
PROJECT_NAME
}
"
)
set
(
CPACK_SYSTEM_NAME
"OSX"
)
set
(
CPACK_SYSTEM_NAME
"OSX"
)
set
(
CPACK_PACKAGE_FILE_NAME
"
${
PROJECT_NAME
}
-
${
PROJECT_VERSION
}
"
)
set
(
CPACK_PACKAGE_FILE_NAME
"
${
PROJECT_NAME
}
-
osx_git-
${
PROJECT_VERSION
}
"
)
set
(
CPACK_PACKAGE_ICON
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/cockatrice/resources/appicon.icns"
)
set
(
CPACK_PACKAGE_ICON
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/cockatrice/resources/appicon.icns"
)
else
()
else
()
# linux
# linux
...
@@ -139,6 +139,7 @@ if(UNIX)
...
@@ -139,6 +139,7 @@ if(UNIX)
endif
()
endif
()
elseif
(
WIN32
)
elseif
(
WIN32
)
set
(
CPACK_GENERATOR NSIS
${
CPACK_GENERATOR
}
)
set
(
CPACK_GENERATOR NSIS
${
CPACK_GENERATOR
}
)
set
(
CPACK_PACKAGE_FILE_NAME
"
${
PROJECT_NAME
}
_win32_git-
${
PROJECT_VERSION
}
"
)
# Configure file with custom definitions for NSIS.
# Configure file with custom definitions for NSIS.
configure_file
(
configure_file
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment