Skip to content

Commit

Permalink
added export of web.app & manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricfrancoys committed Nov 22, 2024
1 parent a5740f2 commit a142eb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion export.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/bin/bash
rm -rf ../../../../public/apps && mkdir ../../../../public/apps && cp -a dist/symbiose/* ../../../../public/apps/
cp -r version ../version && cp -r web.app ../web.app && cp -r manifest.json ../manifest.json
rm -rf ../../../../../public/apps && mkdir ../../../../../public/apps && cp -a dist/symbiose/* ../../../../../public/apps/

0 comments on commit a142eb6

Please sign in to comment.