Skip to content

Commit

Permalink
Add credits and modified structure of the project
Browse files Browse the repository at this point in the history
  • Loading branch information
xl00t committed Nov 23, 2023
1 parent eb87e96 commit 674e3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ func GetParser(opts *Options) *cobra.Command {
MYPH_TMP_DIR,
opts.OS,
opts.Arch,
"go build -ldflags \"-s -w -H=windowsgui\" -o payload.exe",
"go build -ldflags \"-s -w \" -o payload.exe",
)

fmt.Println("If you want to submit a bug report, please add the output from this command...Thank you <3")
Expand Down

0 comments on commit 674e3d9

Please sign in to comment.