Implemented the ability to configure the default port for non-docker users. Docker users will always be 5000. (#280)
This commit is contained in:
parent
4606b54603
commit
5259a1484a
6 changed files with 63 additions and 7 deletions
3
build.sh
3
build.sh
|
|
@ -15,6 +15,7 @@ ProgressEnd()
|
|||
|
||||
UpdateVersionNumber()
|
||||
{
|
||||
# TODO: Enhance this to increment version number in KavitaCommon.csproj
|
||||
if [ "$KAVITAVERSION" != "" ]; then
|
||||
echo "Updating Version Info"
|
||||
sed -i'' -e "s/<AssemblyVersion>[0-9.*]\+<\/AssemblyVersion>/<AssemblyVersion>$KAVITAVERSION<\/AssemblyVersion>/g" src/Directory.Build.props
|
||||
|
|
@ -31,7 +32,7 @@ Build()
|
|||
|
||||
slnFile=Kavita.sln
|
||||
|
||||
dotnet clean $slnFile -c Debug
|
||||
#dotnet clean $slnFile -c Debug
|
||||
dotnet clean $slnFile -c Release
|
||||
|
||||
if [[ -z "$RID" ]];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue