Skip to content

Commit

Permalink
exclude all vcs files
Browse files Browse the repository at this point in the history
  • Loading branch information
aabellagm committed Mar 3, 2022
1 parent df1ac6a commit 878f4c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/create_tarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ ln -s ../../src/configure $MEGASYNC_NAME/configure
ln -s ../../src/MEGA.pro $MEGASYNC_NAME/MEGA.pro
ln -s ../../src/MEGASync $MEGASYNC_NAME/MEGASync
ln -s $archives $MEGASYNC_NAME/archives
tar czfh $MEGASYNC_NAME.tar.gz $MEGASYNC_NAME
tar czfh $MEGASYNC_NAME.tar.gz --exclude-vcs $MEGASYNC_NAME
rm -rf $MEGASYNC_NAME

mv $cwd/config.h_bktarball $cwd/../src/MEGASync/mega/include/mega/config.h || true
Expand Down

0 comments on commit 878f4c1

Please sign in to comment.