Allow larger files to be uploaded to the service #74

Merged
savanni merged 2 commits from file-service/increased-file-size into main 2023-10-05 04:54:59 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 4200432e1f - Show all commits

View File

@ -7,5 +7,5 @@ mkdir -p dist
cp dashboard.desktop dist cp dashboard.desktop dist
cp ../target/release/dashboard dist cp ../target/release/dashboard dist
strip dist/dashboard strip dist/dashboard
tar -cf dashboard.tgz dist/ tar -czf dashboard.tgz dist/

View File

@ -9,5 +9,5 @@ cp ../target/release/file-service dist
cp ../target/release/auth-cli dist cp ../target/release/auth-cli dist
strip dist/file-service strip dist/file-service
strip dist/auth-cli strip dist/auth-cli
tar -cf file-service-${VERSION}.tar.gz dist/ tar -czf file-service-${VERSION}.tgz dist/