Skip to content

Commit

Permalink
chore: use appId
Browse files Browse the repository at this point in the history
  • Loading branch information
smarinier committed Dec 4, 2024
1 parent a5f0650 commit e084cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-release.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ async function prepareInfoXml() {
}
await validateXml(xmlDoc);

return { appID : xmlDoc.get('//id').text(), version: version};
return { appId : xmlDoc.get('//id').text(), version: version};
}

function updateVersion(xmlDoc, version) {
Expand Down

0 comments on commit e084cd7

Please sign in to comment.