mirror of
https://github.com/AkiChase/scrcpy-mask
synced 2025-05-12 18:58:04 +08:00
Scrcpy Mask v0.4.0-rc4
This commit is contained in:
parent
d7dacaf03d
commit
effec2fc34
5
.github/workflows/publish_arm.yml
vendored
5
.github/workflows/publish_arm.yml
vendored
@ -28,8 +28,9 @@ jobs:
|
|||||||
apt-get autoremove -y
|
apt-get autoremove -y
|
||||||
apt-get install curl
|
apt-get install curl
|
||||||
# Install node
|
# Install node
|
||||||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
|
curl -fsSL https://fnm.vercel.app/install | bash
|
||||||
nvm install 20
|
# download and install Node.js
|
||||||
|
fnm use --install-if-missing 22
|
||||||
# Install pnpm
|
# Install pnpm
|
||||||
npm install -g pnpm
|
npm install -g pnpm
|
||||||
# Install rust
|
# Install rust
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "scrcpy-mask",
|
"name": "scrcpy-mask",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.4.0-rc3",
|
"version": "0.4.0-rc4",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "scrcpy-mask"
|
name = "scrcpy-mask"
|
||||||
version = "0.4.0-rc3"
|
version = "0.4.0-rc4"
|
||||||
description = "A Tauri App"
|
description = "A Tauri App"
|
||||||
authors = ["AkiChase"]
|
authors = ["AkiChase"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"productName": "scrcpy-mask",
|
"productName": "scrcpy-mask",
|
||||||
"version": "0.4.0-rc3",
|
"version": "0.4.0-rc4",
|
||||||
"identifier": "com.akichase.mask",
|
"identifier": "com.akichase.mask",
|
||||||
"build": {
|
"build": {
|
||||||
"beforeDevCommand": "pnpm dev",
|
"beforeDevCommand": "pnpm dev",
|
||||||
|
Loading…
Reference in New Issue
Block a user