File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ impl ProjectDirsExt for ProjectDirs {
59
59
}
60
60
61
61
/// 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
63
63
pub fn standard_meta_dir ( ) -> PathBuf {
64
64
if cfg ! ( target_os = "windows" ) {
65
65
LAUNCHER_DIRECTORY . data_dir ( ) . parent ( ) . unwrap ( ) . join ( "meta" )
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://schema.tauri.app/config/2" ,
3
3
"productName" : " NoRisk Launcher" ,
4
- "version" : " 0.6.7-beta.1 " ,
4
+ "version" : " 0.6.7-beta.2 " ,
5
5
"identifier" : " gg.norisk.NoRiskClientLauncherV3" ,
6
6
"build" : {
7
7
"beforeDevCommand" : " yarn dev" ,
You can’t perform that action at this time.
0 commit comments