Skip to content

Commit

Permalink
Revise guestimate
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveorevo committed Aug 24, 2024
1 parent adc16c1 commit 0cc8124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vms.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ var VMS = {
const path = require('path');
const filename = this.filename;
const archiveFile = path.join(self.pwSettings.vmsFolder, filename + '.tar.xz');
const imageFileSizeGuess = fs.statSync(archiveFile).size * 1.5;
const imageFileSizeGuess = fs.statSync(archiveFile).size * 1.25;
const imageFile = path.join(self.pwSettings.vmsFolder, filename + '.img');
let pathAddendum = '';
if (process.platform === 'win32') { // Add runtime binaries to path for tar functionality on Windows
Expand Down

0 comments on commit 0cc8124

Please sign in to comment.