Add .sh filetype to athena-start
This commit is contained in:
parent
b1520ea969
commit
d98166383c
2
.gitignore
vendored
2
.gitignore
vendored
@ -140,7 +140,7 @@ Thumbs.db
|
||||
/navigenerator.bat
|
||||
|
||||
# Linux script tools
|
||||
# /athena-start
|
||||
/athena-start.sh
|
||||
# /function.sh
|
||||
# /install.sh
|
||||
# /uninstall.sh
|
||||
|
||||
@ -224,4 +224,5 @@ case $1 in
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
echo "Using the configure scripts and ./athena-start is deprecated. Use CMake and ./athena-start.sh" 1>&2
|
||||
exit 1
|
||||
|
||||
@ -28,7 +28,7 @@ if(WIN32)
|
||||
copy_to_source_dir("${WIN_FILES_TO_COPY}")
|
||||
else()
|
||||
set(LINUX_FILES_TO_COPY
|
||||
"athena-start"
|
||||
"athena-start.sh"
|
||||
"function.sh"
|
||||
"install.sh"
|
||||
"uninstall.sh"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user