Skip to content

Commit

Permalink
chore!: rename project name from send-vrc-desktop to `send_vrc_desk…
Browse files Browse the repository at this point in the history
…top`
  • Loading branch information
koyashiro committed Feb 14, 2023
1 parent 6550a46 commit 8ab964f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:
- name: Archive to zip
run: |
New-Item -ItemType Directory dist
Compress-Archive -Path target/release/send-vrc-desktop.exe,target/release/licence.txt -DestinationPath dist/send-vrc-desktop-${{ needs.get-release-version.outputs.release_version }}-x86_64-pc-windows-msvc.zip
Compress-Archive -Path target/release/send_vrc_desktop.exe,target/release/licence.txt -DestinationPath dist/send_vrc_desktop-${{ needs.get-release-version.outputs.release_version }}-x86_64-pc-windows-msvc.zip
- name: Release
uses: softprops/action-gh-release@v1
with:
files: dist/send-vrc-desktop-${{ needs.get-release-version.outputs.release_version }}-x86_64-pc-windows-msvc.zip
files: dist/send_vrc_desktop-${{ needs.get-release-version.outputs.release_version }}-x86_64-pc-windows-msvc.zip
prerelease: ${{ contains(github.ref, '-beta') }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "send-vrc-desktop"
name = "send_vrc_desktop"
version = "1.0.5"
edition = "2021"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# send-vrc-desktop-rs
# send_vrc_desktop

[send_vrc_desktop](https://github.com/bootjp/send_vrc_desktop) written in Rust.

## Installation

```sh
cargo install --git https://github.com/vrc-plugin/send-vrc-desktop-rs
cargo install --git https://github.com/vrc-plugin/send_vrc_desktop
```

## Usage
Expand Down

0 comments on commit 8ab964f

Please sign in to comment.