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