adding debugging and path change (#332)
This commit is contained in:
parent
f29f2f6729
commit
50bdb715b7
2 changed files with 9 additions and 3 deletions
|
@ -42,9 +42,15 @@ Package()
|
|||
echo dotnet publish -c Release --no-restore --self-contained --runtime $runtime -o "$lOutputFolder" --framework $framework
|
||||
dotnet publish -c Release --no-restore --self-contained --runtime $runtime -o "$lOutputFolder" --framework $framework
|
||||
|
||||
echo "Integrity check on API wwwroot folder"
|
||||
ls -l "$lOutputFolder"/API/wwwroot
|
||||
|
||||
echo "Renaming API -> Kavita"
|
||||
mv "$lOutputFolder"/API "$lOutputFolder"/Kavita
|
||||
|
||||
echo "Integrity check on Kavita wwwroot folder"
|
||||
ls -l "$lOutputFolder"/Kavita/wwwroot
|
||||
|
||||
echo "Copying Install information"
|
||||
cp ../INSTALL.txt "$lOutputFolder"/README.txt
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue