Skip to content

Commit

Permalink
Rename project to BoilR
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipK committed Oct 2, 2021
2 parents 83df94b + cb093e1 commit f7205f2
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 81 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release_on_v_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:
matrix:
include:
- os: ubuntu-latest
file: target/release/steam_shortcuts_sync
asset_name: linux_steam_shortcuts_sync
file: target/release/boilr
asset_name: linux_BoilR
args: --best --lzma
strip: true
- os: windows-latest
file: target/release/steam_shortcuts_sync.exe
asset_name: windows_steam_shortcuts_sync.exe
file: target/release/boilr.exe
asset_name: windows_BoilR.exe
args: -9
strip: false
steps:
Expand Down
146 changes: 73 additions & 73 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "steam_shortcuts_sync"
version = "0.2.0"
name = "boilr"
version = "0.2.7"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
Loading

0 comments on commit f7205f2

Please sign in to comment.