add justfile

This commit is contained in:
emerald 2022-10-05 11:24:02 -04:00
parent 8654fe5070
commit a5fcfde5af
Signed by: emerald
GPG Key ID: 5648BBF928C9DC43
1 changed files with 10 additions and 0 deletions

10
justfile Normal file
View File

@ -0,0 +1,10 @@
dev:
-cargo tauri dev
build:
cargo tauri build
cd src-tauri
cargo generate-rpm
cp -r target/release/bundle ..
cp -r target/generate-rpm ../bundle