Skip to content

Commit 8239d63

Browse files
chore: bump 0.6.7-beta.2
1 parent 545bbe7 commit 8239d63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src-tauri/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ impl ProjectDirsExt for ProjectDirs {
5959
}
6060

6161
/// Returns the standard meta directory (ignores custom directory setting)
62-
/// Used for Java and other system components that need to stay in standard location
62+
/// Used for Java and other system components that need to stay in standard location due to macos...x
6363
pub fn standard_meta_dir() -> PathBuf {
6464
if cfg!(target_os = "windows") {
6565
LAUNCHER_DIRECTORY.data_dir().parent().unwrap().join("meta")

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "NoRisk Launcher",
4-
"version": "0.6.7-beta.1",
4+
"version": "0.6.7-beta.2",
55
"identifier": "gg.norisk.NoRiskClientLauncherV3",
66
"build": {
77
"beforeDevCommand": "yarn dev",

0 commit comments

Comments
 (0)