Skip to content

Commit

Permalink
remove tray from exe name
Browse files Browse the repository at this point in the history
  • Loading branch information
buck54321 committed Nov 12, 2024
1 parent 50c3323 commit d2ac7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ build_targets
# Only Windows gets the systray build
TARGETS="windows/amd64"
TAGS_BISONW="systray"
BISONW_EXE="bisonw-tray.exe"
BISONW_EXE="bisonw.exe"
LDFLAGS_BISONW="${LDFLAGS_BASE} -H=windowsgui"
build_targets

Expand Down

0 comments on commit d2ac7e8

Please sign in to comment.