Skip to content

Commit

Permalink
fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
mejgun committed Sep 20, 2024
1 parent 338d649 commit d9ca744
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
bin/
ytproxy
log.txt
all.md5
config.jsonc
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FilePrefix="yt-proxy"
date >${Md5File}
mkdir -p ${BinDir}
rm ${BinDir}/${FilePrefix}* -rf
cd src
cd cmd
go run ../build.go ${FilePrefix}
cd ../$BinDir
md5sum -b ${FilePrefix}* >${Md5File}
Expand Down

0 comments on commit d9ca744

Please sign in to comment.