Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Commit

Permalink
Nextcloud App release v0.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed Dec 17, 2019
1 parent e3a7b84 commit f2f6de9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Tools/release-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,9 @@ async function main() {
const release = await githubRelease(projectName, tagName);
const uploadUrlTemplate = uriTemplate.parse(release.upload_url);

const releaseFile = releaseFiles[releaseFilename];
const uploadUrl = uploadUrlTemplate.expand({ name: tarFilename });

const downloadUrl = `https://github.com/laurent22/${projectName}/releases/download/${tagName}/${tarFilename}`;

const binaryBody = await fs.readFile(tarPath);

Expand All @@ -230,7 +231,7 @@ async function main() {

console.info('================================================');
console.info('Upload new release at: https://apps.nextcloud.com/developer/apps/releases/new');
console.info(`Main download URL: ${releaseFiles['main'].downloadUrl}`);
console.info(`Main download URL: ${downloadUrl}`);
console.info(`Signature:`);
console.info(sigContent);
}
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>Joplin Web API</name>
<summary>Joplin Web API for Nextcloud</summary>
<description><![CDATA[Joplin Web API for Nextcloud]]></description>
<version>0.0.23</version>
<version>0.0.24</version>
<licence>apache</licence>
<author mail="[email protected]">Laurent Cozic</author>
<namespace>Joplin</namespace>
Expand Down

0 comments on commit f2f6de9

Please sign in to comment.