mirror of
https://github.com/AkiChase/scrcpy-mask
synced 2025-05-13 03:08:03 +08:00
Scrcpy Mask v0.4.0-rc3
This commit is contained in:
parent
133d287ae1
commit
d7dacaf03d
4
.github/workflows/publish_arm.yml
vendored
4
.github/workflows/publish_arm.yml
vendored
@ -10,9 +10,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: pguyot/arm-runner-action@v2.5.2
|
||||
- uses: pguyot/arm-runner-action@v2
|
||||
with:
|
||||
base_image: https://dietpi.com/downloads/images/DietPi_RPi-ARMv8-Bullseye.7z
|
||||
base_image: dietpi:rpi_armv8_bullseye
|
||||
cpu: cortex-a53
|
||||
bind_mount_repository: true
|
||||
image_additional_mb: 10240
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "scrcpy-mask",
|
||||
"private": true,
|
||||
"version": "0.4.0-rc2",
|
||||
"version": "0.4.0-rc3",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "scrcpy-mask"
|
||||
version = "0.4.0-rc2"
|
||||
version = "0.4.0-rc3"
|
||||
description = "A Tauri App"
|
||||
authors = ["AkiChase"]
|
||||
edition = "2021"
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"productName": "scrcpy-mask",
|
||||
"version": "0.4.0-rc2",
|
||||
"version": "0.4.0-rc3",
|
||||
"identifier": "com.akichase.mask",
|
||||
"build": {
|
||||
"beforeDevCommand": "pnpm dev",
|
||||
|
Loading…
Reference in New Issue
Block a user