Skip to content

Commit

Permalink
fix: fix zip file
Browse files Browse the repository at this point in the history
  • Loading branch information
y0soro committed Dec 11, 2024
1 parent 5693285 commit c9ee697
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ for i in IMGUI*/; do
install -TD "${DIR}/docs/IMGUI.HiDPI.Patcher.cfg" "./BepInEx/config/${name}.cfg"
install -D "${DIR}/artifacts/bin/${name}/release/"*.dll -t ./BepInEx/patchers

tar --sort=name --owner=root:0 --group=root:0 --mtime='UTC 1970-01-01' \
-a -cf "$DIR/artifacts/${name}-v${version}.zip" BepInEx
zipFile="$DIR/artifacts/${name}-v${version}.zip"

rm -f $zipFile
zip -r $zipFile .
done

0 comments on commit c9ee697

Please sign in to comment.