Add .sh filetype to athena-start

This commit is contained in:
Vincent Stumpf 2023-06-14 07:19:05 +00:00
parent b1520ea969
commit d98166383c
4 changed files with 4 additions and 3 deletions

2
.gitignore vendored
View File

@ -140,7 +140,7 @@ Thumbs.db
/navigenerator.bat
# Linux script tools
# /athena-start
/athena-start.sh
# /function.sh
# /install.sh
# /uninstall.sh

View File

@ -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

View File

@ -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"