Skip to content

Commit

Permalink
Script(fix): fix binary suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverRainZ committed Apr 11, 2021
1 parent 2809511 commit 7934e84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pack-mingw64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function get_dll() {
prefix=$MINGW_PREFIX

install_dir=$1
srain_exe=$install_dir/bin/srain
srain_exe=$install_dir/bin/srain.exe
srain_etc=$install_dir/etc/srain
srain_share=$install_dir/share/*

Expand Down Expand Up @@ -56,7 +56,7 @@ mkdir -pv $dst_etc
mkdir -pv $dst_share

# portable installation of srain
cp -rfv $srain_exe $dst_bin/srain.exe
cp -rfv $srain_exe $dst_bin/srain
cp -rfv $srain_etc $dst_etc/
cp -rfv $srain_share $dst_share/
mkdir -pv $dst_bin/logs
Expand Down

0 comments on commit 7934e84

Please sign in to comment.