Skip to content

Commit 394037a

Browse files
committed
chore(cli): changed warn log of non macOS
1 parent fc0ebe0 commit 394037a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/tauri-cli/src/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ pub fn setup(
160160
std::process::exit(1);
161161
} else {
162162
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.",
164164
config_.identifier,
165165
bundle_identifier_source
166166
);

0 commit comments

Comments
 (0)