Skip to content

Commit

Permalink
update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Equim-chan committed Dec 3, 2021
1 parent 22a237e commit d62c6d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package-win.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ cp -rt "$OUT_DIR"/akochan \
params \
README.md \
LICENSE \
/mingw64/bin/libgcc_s_seh-1.dll \
/mingw64/bin/libgomp-1.dll \
/mingw64/bin/libstdc++-6.dll \
/mingw64/bin/libwinpthread-1.dll
/ucrt64/bin/libgcc_s_seh-1.dll \
/ucrt64/bin/libgomp-1.dll \
/ucrt64/bin/libstdc++-6.dll \
/ucrt64/bin/libwinpthread-1.dll
popd

pushd "$REVIEWER_DIR"
Expand Down

0 comments on commit d62c6d6

Please sign in to comment.