Skip to content

Commit

Permalink
added small update script
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmasoldi3r committed Dec 12, 2023
1 parent 5283676 commit a9c20fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/target/
/src/assets/*.lua
*.lua
6 changes: 6 additions & 0 deletions update
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/env saturnus

os.execute("git pull");
os.execute("cargo install --path .");
os.execute("cd runtime && cargo build --release");
os.execute("cargo install --path janus");

0 comments on commit a9c20fe

Please sign in to comment.