Skip to content

Commit

Permalink
update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
linexjlin committed Dec 31, 2023
1 parent 94442a9 commit f2655cb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
inputGPT
.env
env.txt
test
test
pack
.DS_Store
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
go build -ldflags="-s -w"
go build -o inputGPT -ldflags="-s -w" main.go darwin.go language.go userCore.go config.go utils.go renderMessages.go systray.go hotkey.go gpt.go
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/linexjlin/inputGPT

go 1.18
go 1.21

require (
github.com/atotto/clipboard v0.1.4
Expand Down

0 comments on commit f2655cb

Please sign in to comment.