Scrcpy Mask v0.4.0-rc4

This commit is contained in:
AkiChase 2024-05-21 13:52:57 +08:00
parent d7dacaf03d
commit effec2fc34
4 changed files with 6 additions and 5 deletions

View File

@ -28,8 +28,9 @@ jobs:
apt-get autoremove -y
apt-get install curl
# Install node
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
nvm install 20
curl -fsSL https://fnm.vercel.app/install | bash
# download and install Node.js
fnm use --install-if-missing 22
# Install pnpm
npm install -g pnpm
# Install rust

View File

@ -1,7 +1,7 @@
{
"name": "scrcpy-mask",
"private": true,
"version": "0.4.0-rc3",
"version": "0.4.0-rc4",
"type": "module",
"scripts": {
"dev": "vite",

View File

@ -1,6 +1,6 @@
[package]
name = "scrcpy-mask"
version = "0.4.0-rc3"
version = "0.4.0-rc4"
description = "A Tauri App"
authors = ["AkiChase"]
edition = "2021"

View File

@ -1,6 +1,6 @@
{
"productName": "scrcpy-mask",
"version": "0.4.0-rc3",
"version": "0.4.0-rc4",
"identifier": "com.akichase.mask",
"build": {
"beforeDevCommand": "pnpm dev",