You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/tauri-cli/src/build.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -160,7 +160,7 @@ pub fn setup(
160
160
std::process::exit(1);
161
161
}else{
162
162
log::warn!(
163
-
"The bundle identifier \"{}\" set in `{} identifier` ends with `.app`. This is not recommended as it will cause issues on macOS.",
163
+
"The bundle identifier \"{}\" set in `{} identifier` ends with `.app`. This is not recommended because it conflicts with the application bundle extension on macOS.",
0 commit comments