1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

Plugin Generator release v2.7.3

This commit is contained in:
Laurent Cozic
2021-12-27 18:23:50 +01:00
parent ea56d020e9
commit 3744e08335
3 changed files with 21 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ async function main() {
console.info(`New version number: ${version}`);
await execCommandVerbose('updateTypes.sh');
await execCommandVerbose('bash', ['updateTypes.sh']);
await setPackagePrivateField(packageFilePath, false);
try {