Skip to content

Commit

Permalink
Merge pull request #17 from linhx/develop
Browse files Browse the repository at this point in the history
Release v1.0.2
  • Loading branch information
linhx authored Feb 24, 2024
2 parents 02142fd + fd315b9 commit 7b7cde1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ do
exit 1
fi
chmod +x $output_path
tar -cvzf "$output_path.tar.xz" --transform="s/$output_dir\/$output_name/$package_name/" "$output_path" install uninstall shell config.yaml
tar -cvzf "$output_path.tar.gz" --transform="s/$output_dir\/$output_name/$package_name/" "$output_path" install uninstall shell config.yaml
rm $output_path
done

0 comments on commit 7b7cde1

Please sign in to comment.