[Update] version 3.2.0 -> 3.2.1

This commit is contained in:
misyaguziya
2025-06-24 21:23:18 +09:00
parent e3994851ea
commit c2f40d2f5d
2 changed files with 2 additions and 2 deletions

View File

@@ -1000,7 +1000,7 @@ class Config:
def init_config(self): def init_config(self):
# Read Only # Read Only
self._VERSION = "3.2.0" self._VERSION = "3.2.1"
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.2.0", "version": "3.2.1",
"identifier": "com.vrct.app", "identifier": "com.vrct.app",
"build": { "build": {
"beforeDevCommand": "", "beforeDevCommand": "",