Skip to content

Commit

Permalink
tool works now shit (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
LemonInTheDark authored Apr 29, 2024
1 parent 0fd6d52 commit fa3b3ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
# also this way when I forget how to do this I'll have a nice tool for myself

rustup target add x86_64-pc-windows-msvc
wsl.exe rustup target add x86_64-unknown-linux-musl
wsl --shell-type login rustup target add x86_64-unknown-linux-musl
# Creates a release based off our current branch. Takes the release version as an arg
# First, let's build our binaries. Needs to be done statically so people w/o the right c runtime can vibe
cargo build --release --target x86_64-pc-windows-msvc
wsl.exe cargo build --release --target x86_64-unknown-linux-musl
wsl --shell-type login cargo build --release --target x86_64-unknown-linux-musl

# Next, we'll create a folder to hold our shit
set name="Hypnagogic Release v%1"
Expand Down

0 comments on commit fa3b3ed

Please sign in to comment.