We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 839f9b8 commit 63eea2aCopy full SHA for 63eea2a
lib/builders/ProjectBuilder.js
@@ -301,7 +301,7 @@ class ProjectBuilder {
301
302
if (fs.existsSync(signingPropertiesPath)) fs.rmSync(signingPropertiesPath);
303
if (opts.packageInfo) {
304
- fs.ensureFileSync(signingPropertiesPath);
+ fs.writeFileSync(signingPropertiesPath, '', 'utf8');
305
const signingProperties = createEditor(signingPropertiesPath);
306
signingProperties.addHeadComment(TEMPLATE);
307
opts.packageInfo.appendToProperties(signingProperties);
0 commit comments