Skip to content

Commit

Permalink
fix: sign again
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHillcox committed Oct 21, 2024
1 parent 0560c00 commit d19f9d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,6 @@ async function signJnilibInJar(context) {

// Update the JAR file with the signed file
console.info(`Updating ${file} in ${jar}`);
execSync(`jar --update --file=${absoluteJar} ${file}`, {cwd: 'tmp'});
execSync(`jar --update --file=${absoluteJar} ${file.replace("tmp/", "")}`, {cwd: 'tmp'});
});
}

0 comments on commit d19f9d9

Please sign in to comment.