👍️[Update] Version 3.4.1 -> 3.4.2

This commit is contained in:
Sakamoto Shiina
2026-01-20 03:42:23 +09:00
parent f6a3b0e8fd
commit 0765908184
3 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{ {
"name": "vrct", "name": "vrct",
"private": true, "private": true,
"version": "3.4.1", "version": "3.4.2",
"type": "module", "type": "module",
"scripts": { "scripts": {
"setup-python": "bat\\install.bat", "setup-python": "bat\\install.bat",

View File

@@ -724,7 +724,7 @@ class Config:
NOTIFICATION_VRC_SFX = ManagedProperty('NOTIFICATION_VRC_SFX', type_=bool) NOTIFICATION_VRC_SFX = ManagedProperty('NOTIFICATION_VRC_SFX', type_=bool)
WEBSOCKET_HOST = ManagedProperty('WEBSOCKET_HOST', type_=str) WEBSOCKET_HOST = ManagedProperty('WEBSOCKET_HOST', type_=str)
WEBSOCKET_PORT = ManagedProperty('WEBSOCKET_PORT', type_=int) WEBSOCKET_PORT = ManagedProperty('WEBSOCKET_PORT', type_=int)
# --- Telemetry Settings --- # --- Telemetry Settings ---
ENABLE_TELEMETRY = ManagedProperty('ENABLE_TELEMETRY', type_=bool) ENABLE_TELEMETRY = ManagedProperty('ENABLE_TELEMETRY', type_=bool)
@@ -764,7 +764,7 @@ class Config:
def init_config(self): def init_config(self):
# Read Only # Read Only
self._VERSION = "3.4.1" self._VERSION = "3.4.2"
if getattr(sys, 'frozen', False): if getattr(sys, 'frozen', False):
self._PATH_LOCAL = os_path.dirname(sys.executable) self._PATH_LOCAL = os_path.dirname(sys.executable)
else: else:

View File

@@ -1,7 +1,7 @@
{ {
"$schema": "https://schema.tauri.app/config/2", "$schema": "https://schema.tauri.app/config/2",
"productName": "VRCT", "productName": "VRCT",
"version": "3.4.1", "version": "3.4.2",
"identifier": "com.vrct.app", "identifier": "com.vrct.app",
"build": { "build": {
"beforeDevCommand": "", "beforeDevCommand": "",