Skip to content

Commit

Permalink
Merge pull request #3 from wdwnt/feature/add-build-script
Browse files Browse the repository at this point in the history
Add build script to make zipping easier
  • Loading branch information
rorpage authored Oct 26, 2023
2 parents bbec5c6 + f22f397 commit c6813f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
rm output.zip
zip output.zip manifest -r components images source

0 comments on commit c6813f4

Please sign in to comment.