fix: correctly calculate age of releases in -arrs

This commit is contained in:
Jagandeep Brar
2022-05-10 22:22:37 -04:00
parent efd20249a9
commit e35433af31
13 changed files with 35 additions and 19 deletions

View File

@@ -179,7 +179,7 @@ jobs:
const url = `https://builds.lunasea.app/#${ process.env.BUILD_TITLE }/`;
let _base = `[Download](${url})`;
if ( ANDROID || IOS || LINUX || MACOS || WEB || WINDOWS) {
_base += '\n\nThis release is only available for the following platforms: ';
_base += '\n\nThis release is available on the following platforms: ';
const platforms = [];
if (ANDROID) platforms.push('Android');