Skip to content

Commit 8ab964f

Browse files
committed
chore!: rename project name from send-vrc-desktop to send_vrc_desktop
1 parent 6550a46 commit 8ab964f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Diff for: .github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ jobs:
3535
- name: Archive to zip
3636
run: |
3737
New-Item -ItemType Directory dist
38-
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
38+
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
3939
4040
- name: Release
4141
uses: softprops/action-gh-release@v1
4242
with:
43-
files: dist/send-vrc-desktop-${{ needs.get-release-version.outputs.release_version }}-x86_64-pc-windows-msvc.zip
43+
files: dist/send_vrc_desktop-${{ needs.get-release-version.outputs.release_version }}-x86_64-pc-windows-msvc.zip
4444
prerelease: ${{ contains(github.ref, '-beta') }}
4545
env:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Diff for: Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "send-vrc-desktop"
2+
name = "send_vrc_desktop"
33
version = "1.0.5"
44
edition = "2021"
55
license = "MIT"

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# send-vrc-desktop-rs
1+
# send_vrc_desktop
22

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

55
## Installation
66

77
```sh
8-
cargo install --git https://github.com/vrc-plugin/send-vrc-desktop-rs
8+
cargo install --git https://github.com/vrc-plugin/send_vrc_desktop
99
```
1010

1111
## Usage

0 commit comments

Comments
 (0)