mirror of
https://github.com/AkiChase/scrcpy-mask
synced 2025-05-26 02:58:03 +08:00
Scrcpy Mask v0.4.0-rc2
This commit is contained in:
parent
543a8eb10c
commit
133d287ae1
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "scrcpy-mask",
|
||||
"private": true,
|
||||
"version": "0.4.0-rc1",
|
||||
"version": "0.4.0-rc2",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
@ -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"
|
||||
|
@ -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")
|
||||
}
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user