release: v0.1.3

This commit is contained in:
0xzio
2025-05-06 20:01:37 +08:00
parent 51cc887ef6
commit 6e1afdf158
6 changed files with 7 additions and 8 deletions

View File

@@ -1,5 +1,4 @@
# VITE_ROOT_HOST=https://penx.io
VITE_ROOT_HOST=http://localhost:4000
VITE_ROOT_HOST=https://penx.io
# VITE_ROOT_HOST=http://localhost:4000
VITE_PLATFORM=DESKTOP

View File

@@ -1,7 +1,7 @@
{
"name": "desktop",
"private": true,
"version": "0.1.2",
"version": "0.1.3",
"type": "module",
"scripts": {
"dev:android": "pnpm tauri android dev",

View File

@@ -3121,7 +3121,7 @@ checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
[[package]]
name = "penx-desktop"
version = "0.1.2"
version = "0.1.3"
dependencies = [
"actix-cors",
"actix-web",

View File

@@ -1,6 +1,6 @@
[package]
name = "penx-desktop"
version = "0.1.2"
version = "0.1.3"
description = "A Tauri App"
authors = ["you"]
edition = "2021"

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "PenX",
"version": "0.1.2",
"version": "0.1.3",
"identifier": "com.penxio.app",
"build": {
"beforeDevCommand": "pnpm vite:dev",

View File

@@ -6,7 +6,7 @@ import { toast } from 'sonner'
async function checkUpdateAndInstall({ beta }: { beta?: boolean } = {}) {
const update = await check()
console.log('========update12356:', update)
console.log('========update123567:', update)
if (update) {
const confirmation = await confirm(