Skip to content

Commit

Permalink
Added a zip script to make things easier
Browse files Browse the repository at this point in the history
  • Loading branch information
imbcmdth committed Oct 4, 2023
1 parent 2a95991 commit 7d669e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package-sample-app.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#! /bin/sh

# Package just the app directory, exclude any `.sign` files because they are private
zip -r sample-app.zip tizen-demo-app/app -x tizen-demo-app/app/.sign/\*

0 comments on commit 7d669e8

Please sign in to comment.