Skip to content

Commit

Permalink
Update release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
huobazi authored Aug 5, 2020
1 parent 90d582b commit 7f96654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ rm -rf $SCRIPT_PATH/dist
mkdir $SCRIPT_PATH/dist
rm -rf $SRC_PATH/bin/Release

declare -a winOS=("win10-x64" "win81-x64" "win7-x64" "win-x64")
declare -a winOS=("win-x64")
declare -a unixOS=("osx-x64" "linux-x64")
declare -a releaseFiles=()

Expand Down

0 comments on commit 7f96654

Please sign in to comment.