Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Alphax-Hue3682 authored Feb 13, 2025
1 parent 7703174 commit d63e1a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ build: deps
exit 1; \
fi
@echo "Binary built successfully"
ifneq ($(GOOS),windows)
ifeq ($(shell go env GOOS), windows)
mv $(NAME) $(NAME).exe
echo 'CreateObject("Wscript.Shell").Run "$(NAME).exe",0' > $(NAME)_no_window.vbs
else ifeq ($(GOARCH),mips)
Expand Down

0 comments on commit d63e1a5

Please sign in to comment.