Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Commit 774bc6b

Browse files
authored
Merge pull request #23 from vector-im/jryans/build-for-release
Build release version of Riot Desktop
2 parents 6a1efa4 + 7d9da8b commit 774bc6b

File tree

4 files changed

+449
-3
lines changed

4 files changed

+449
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/node_modules
2+
/builds

src/desktop_develop.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ class DesktopDevelopBuilder {
216216
}
217217

218218
async start() {
219-
logger.info("Starting Desktop/develop builder...");
219+
logger.info("Starting Riot Desktop nightly builder...");
220220
this.building = false;
221221

222222
// get the token passphrase now so a) we fail early if it's not in the keychain

0 commit comments

Comments
 (0)