Skip to content

Commit

Permalink
fix: change binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioRibera committed Jun 26, 2023
1 parent 6892dcc commit f963f5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ permissions:
contents: write

env:
APP_NAME: super_clipboard
APP_NAME: superclipboard

on:
push:
Expand Down
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ lto = true
strip = true
opt-level = "z"

[[bin]]
name = "superclipboard"
path = "src/main.rs"

[dependencies]
open = "4.2.0"
log = "0.4.19"
Expand Down

0 comments on commit f963f5e

Please sign in to comment.