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
04d84f9d
Commit
04d84f9d
authored
Aug 12, 2017
by
tooomm
Committed by
Zach H
Aug 11, 2017
Browse files
repo cleanup (#2826)
parent
2557a218
Changes
5
Hide whitespace changes
Inline
Side-by-side
appveyor.yml
→
.
appveyor.yml
View file @
04d84f9d
File moved
CMakeLists.txt
View file @
04d84f9d
...
...
@@ -162,7 +162,7 @@ set(CPACK_PACKAGE_CONTACT "Gavin Bisesi <Daenyth+github@gmail.com>")
set
(
CPACK_PACKAGE_DESCRIPTION_SUMMARY
${
PROJECT_NAME
}
)
set
(
CPACK_PACKAGE_VENDOR
"Cockatrice Development Team"
)
set
(
CPACK_PACKAGE_DESCRIPTION_FILE
"
${
PROJECT_SOURCE_DIR
}
/README.md"
)
set
(
CPACK_RESOURCE_FILE_LICENSE
"
${
PROJECT_SOURCE_DIR
}
/
COPYING
"
)
set
(
CPACK_RESOURCE_FILE_LICENSE
"
${
PROJECT_SOURCE_DIR
}
/
LICENSE
"
)
set
(
CPACK_PACKAGE_VERSION_MAJOR
"
${
PROJECT_VERSION_MAJOR
}
"
)
set
(
CPACK_PACKAGE_VERSION_MINOR
"
${
PROJECT_VERSION_MINOR
}
"
)
set
(
CPACK_PACKAGE_VERSION_PATCH
"
${
PROJECT_VERSION_PATCH
}
"
)
...
...
Dockerfile
View file @
04d84f9d
...
...
@@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y\
ENV
dir /home/servatrice/code
WORKDIR
$dir
RUN
mkdir
oracle
COPY
COPYING COPYING
COPY
LICENSE LICENSE
COPY
CMakeLists.txt CMakeLists.txt
COPY
cmake/ cmake/
COPY
common/ common/
...
...
COPYING
→
LICENSE
View file @
04d84f9d
File moved
cmake/NSIS.template.in
View file @
04d84f9d
...
...
@@ -30,7 +30,7 @@ Var PortableMode
!define MUI_FINISHPAGE_RUN_TEXT "Run 'Cockatrice' now"
!insertmacro MUI_PAGE_WELCOME
!insertmacro MUI_PAGE_LICENSE "${NSIS_SOURCE_PATH}\
COPYING
"
!insertmacro MUI_PAGE_LICENSE "${NSIS_SOURCE_PATH}\
LICENSE
"
Page Custom PortableModePageCreate PortableModePageLeave
!define MUI_PAGE_CUSTOMFUNCTION_PRE componentsPagePre
!insertmacro MUI_PAGE_COMPONENTS
...
...
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