Change identifier to allow log folder to be opened on macOS
This commit is contained in:
parent
4b3c89d919
commit
33212cb2ba
|
|
@ -51,9 +51,9 @@ pub fn run() {
|
||||||
.targets([
|
.targets([
|
||||||
Target::new(TargetKind::Stdout),
|
Target::new(TargetKind::Stdout),
|
||||||
// LogDir locations:
|
// LogDir locations:
|
||||||
// Linux: /home/user/.local/share/org.lightningbeam.app/logs
|
// Linux: /home/user/.local/share/org.lightningbeam.core/logs
|
||||||
// macOS: /Users/user/Library/Logs/org.lightningbeam.app/logs
|
// macOS: /Users/user/Library/Logs/org.lightningbeam.core/logs
|
||||||
// Windows: C:\Users\user\AppData\Local\org.lightningbeam.app\logs
|
// Windows: C:\Users\user\AppData\Local\org.lightningbeam.core\logs
|
||||||
Target::new(TargetKind::LogDir { file_name: Some("logs".to_string()) }),
|
Target::new(TargetKind::LogDir { file_name: Some("logs".to_string()) }),
|
||||||
Target::new(TargetKind::Webview),
|
Target::new(TargetKind::Webview),
|
||||||
])
|
])
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"$schema": "https://schema.tauri.app/config/2",
|
"$schema": "https://schema.tauri.app/config/2",
|
||||||
"productName": "Lightningbeam",
|
"productName": "Lightningbeam",
|
||||||
"version": "0.6.18-alpha",
|
"version": "0.6.18-alpha",
|
||||||
"identifier": "org.lightningbeam.app",
|
"identifier": "org.lightningbeam.core",
|
||||||
"build": {
|
"build": {
|
||||||
"frontendDist": "../src"
|
"frontendDist": "../src"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue