✨ Add prettier as devDependency to improve development workflow
This commit is contained in:
4
bin/builders/BaseBuilder.ts
vendored
4
bin/builders/BaseBuilder.ts
vendored
@@ -129,7 +129,7 @@ export default abstract class BaseBuilder {
|
||||
'.pake',
|
||||
'tauri.conf.json',
|
||||
);
|
||||
let fullCommand = `${baseCommand} -- -c "${configPath}" --features cli-build`;
|
||||
let fullCommand = `${baseCommand} -- -c "${configPath}"`;
|
||||
|
||||
// For macOS, use app bundles by default unless DMG is explicitly requested
|
||||
if (IS_MAC && this.options.targets === 'app') {
|
||||
@@ -140,7 +140,7 @@ export default abstract class BaseBuilder {
|
||||
if (IS_MAC) {
|
||||
const macOSVersion = this.getMacOSMajorVersion();
|
||||
if (macOSVersion >= 23) {
|
||||
fullCommand += ',macos-proxy';
|
||||
fullCommand += ' --features macos-proxy';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user