Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
[*] Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
heng30 committed Sep 29, 2023
1 parent 719c27e commit 14dcb2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pack-win-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ target_path=./target/release/$target.exe
dll_dir=./win/dll

if [ -f $target_path ]; then
rm -rf $output_dir
mkdir -p $output_dir
cp -f $target_path $output_dir/$target_name
cp -f $dll_dir/* $output_dir
Expand Down

0 comments on commit 14dcb2e

Please sign in to comment.