Skip to content

Commit

Permalink
fix stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukinoko-kun committed Jul 12, 2024
1 parent 4ecdde5 commit b549bd0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 26 deletions.
23 changes: 0 additions & 23 deletions .githooks/pre-commit

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ jobs:
path: linux-executable
- name: Rename Linux executable
run: |
mv /mageanoid dist/mageanoid_linux_x86
mv mageanoid dist/mageanoid_linux_x86
chmod 777 dist/mageanoid_linux_x86
rm -rf linux-executable
Expand Down
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,6 +1,6 @@
[package]
name = "mageanoid"
version = "0.3.2"
version = "0.3.4"
edition = "2021"
license-file = "LICENSE"

Expand Down

0 comments on commit b549bd0

Please sign in to comment.