Skip to content

Commit

Permalink
Rename output lib to DiscordRPC (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
pg9182 authored Apr 22, 2023
1 parent 1c16985 commit 46d073a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Build
env:
DISCORD_GAME_SDK_PATH: ${{ github.workspace }}/discord_game_sdk
CARGO_BIN_NAME: DiscordRPCV
run: |
cargo build --release --verbose
- name: Extract Short Commit Hash
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
- name: Setup MSBuild
uses: microsoft/[email protected]
- name: Build
env:
DISCORD_GAME_SDK_PATH: ${{ github.workspace }}/discord_game_sdk
CARGO_BIN_NAME: DiscordRPCV
run: |
cargo build --release --verbose
- name: Upload RPC build as artifact
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ tokio = "1.26.0"
windres = "0.2.2"

[lib]
# name = "DiscordRPCV" # not if we really need this also ignore non snake case should be added to lib.rs then
name = "DiscordRPC"
crate-type = ["cdylib"]

0 comments on commit 46d073a

Please sign in to comment.