Update CI Tools

Co-authored-by: Annika Wickert <awlx@users.noreply.github.com>
nb-branded
Andrei Gavrilescu 3 years ago committed by Saúl Ibarra Corretgé
parent c40ab63f18
commit 0a18da2a9a

@ -1,13 +1,13 @@
matrix:
include:
- os: osx
osx_image: xcode9.3
osx_image: xcode9.4
language: node_js
node_js: '8'
node_js: '12'
- os: linux
language: node_js
node_js: '8'
node_js: '12'
addons:
apt:
sources:

@ -7,6 +7,7 @@ import React, { Component } from 'react';
import config from '../../config';
import { openExternalLink } from '../../utils';
import { version } from '../../../../package.json';
type State = {
@ -103,6 +104,9 @@ export default class HelpButton extends Component< *, State> {
<Item onActivate = { this._onAboutClick }>
About
</Item>
<Item>
Version: { version }
</Item>
</Group>
</Droplist>
);

@ -8,7 +8,7 @@ cache:
- '%USERPROFILE%\.electron'
install:
- ps: Install-Product node 8 x64
- ps: Install-Product node 12 x64
- npm install
build_script:

@ -50,7 +50,7 @@ let mainWindow = null;
function setApplicationMenu() {
if (process.platform === 'darwin') {
const template = [ {
label: app.getName(),
label: app.name,
submenu: [ {
label: 'Quit',
accelerator: 'Command+Q',

@ -39,6 +39,10 @@
{
"arch": "x64",
"target": "AppImage"
},
{
"arch": "x64",
"target": "deb"
}
]
},
@ -70,7 +74,10 @@
"webrtc",
"xmpp",
"electron",
"jitsi-meet"
"jitsi-meet",
"conference",
"events",
"multimedia events"
],
"author": "Jitsi Team <support@jitsi.org>",
"readmeFilename": "README.md",

Loading…
Cancel
Save