* 0.8.5 fixes * Attempt to fix binary name * bump version + add nsis installmode * (temp) Use cargo version of tauri CLI * fix cli build * Fix build env var * Bump tauri version * remove old invalid installs * Fix old shortcuts + NSIS build
16 lines
386 B
JSON
16 lines
386 B
JSON
{
|
|
"name": "@modrinth/app",
|
|
"scripts": {
|
|
"build": "cargo tauri build",
|
|
"tauri": "cargo tauri",
|
|
"dev": "cargo tauri dev",
|
|
"test": "cargo test",
|
|
"lint": "cargo fmt --check && cargo clippy -- -D warnings",
|
|
"fix": "cargo fmt && cargo clippy --fix"
|
|
},
|
|
"dependencies": {
|
|
"@modrinth/app-frontend": "workspace:*",
|
|
"@modrinth/app-lib": "workspace:*"
|
|
}
|
|
}
|