Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingface0 committed Nov 16, 2023
1 parent e5e2c15 commit 096a72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_installation_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ TARGET_DIRECTORY="/tmp/dqmgui"
ARCHIVE_NAME="dqmgui_installation_package.tar.gz"

mkdir -p "$TARGET_DIRECTORY"
tar -cf "$TARGET_DIRECTORY/$ARCHIVE_NAME" . -I "gzip --best" --exclude "./git" --exclude "./github"
tar --exclude "./git" --exclude "./github" -cf "$TARGET_DIRECTORY/$ARCHIVE_NAME" . -I "gzip --best"

0 comments on commit 096a72f

Please sign in to comment.