Skip to content

Commit

Permalink
Patch packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Krisjanis Veinbahs committed Feb 24, 2022
1 parent 7fa1e5b commit f53760d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ cp -rf ./assets dist/docs/assets
cp -rf ../prototypes dist/prototypes
cp -rf ../README.md dist/README.md
cp -rf ../.gitignore dist/.gitignore
cp -rf ./client_install.sh dist/client_install.sh
3 changes: 2 additions & 1 deletion package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ mkdir dist/
cp -rf docs/dist/* dist/
rm -rf dist/dist/
mkdir dist/dist/
## Copy binaries
## Copy executables
cp -rf backend/web/target/universal/web-0.1.0-SNAPSHOT.zip dist/dist/dip_server.zip
cp -rf client/dist/* dist/dist/
cp -rf docs/dist/client_install.sh dist/dist/client_install.sh

# Copy all of this into user-friendly dist repo if it exists
if [ -d "../dip-testbed-dist" ]
Expand Down

0 comments on commit f53760d

Please sign in to comment.