Skip to content

Commit

Permalink
Add script for creating tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye116477 committed Nov 26, 2024
1 parent b3d583b commit 2f11c5f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions make_tarball.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

APPNAME=$1
VERSION=$2
cd ../Waterfox
git ls-files --recurse-submodules | tar caf ../$APPNAME-$VERSION.tar.gz --verbatim-files-from -T- --xform s:^:$APPNAME-$VERSION/:

0 comments on commit 2f11c5f

Please sign in to comment.