Scrcpy Mask v0.4.0-rc2

This commit is contained in:
AkiChase 2024-05-21 13:33:02 +08:00
parent 543a8eb10c
commit 133d287ae1
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

@ -89,7 +89,7 @@ impl Adb {
{
let mut cmd = Command::new("adb");
cmd.creation_flags(0x08000000); // CREATE_NO_WINDOW
cmd
return cmd;
}
Command::new("adb")
}

View File

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