Commit Graph

42 Commits

Author SHA1 Message Date
Christoph Settgast 4cc851dc75 Linux: Fix running AppImage on Debian 10+ (#231)
Modeled after https://github.com/electron-userland/electron-builder/issues/5371#issuecomment-791771150
but written with promised-based fs nodejs API.

This allows to drop the app-builder-lib .desktop patch, as
--no-sandbox is now part of all linux targets via the additional launcher script,
so the arg can be dropped from the .desktop file Exec line.

Manual workaround is removed from the README as well.
2021-03-31 00:23:20 +02:00
Saúl Ibarra Corretgé 79b6a78b12 Update README 2021-03-24 22:11:46 +01:00
Christoph Settgast 9b09a4bfa9 Switch mac build to universal build
Apple's documentation suggests that apps should be shipped as universal binaries
to simplify the process for the users. See eg. https://developer.apple.com/documentation/apple-silicon/porting-your-macos-apps-to-apple-silicon

Also update electron-updater to latest version (matching electron-builder version)
as part of this.

Signed-off-by: Christoph Settgast <csett86@web.de>
2021-03-15 00:13:00 +01:00
Adam Spiers b41de51ed2 README: explain why remote control was disabled
Just marking the remote control feature as disabled without explaining why
was not at all helpful to end users needing this feature.  So link to a couple
of pages to help them understand the reasoning.  It may even attract
developers to work on a fix.
2021-03-14 15:34:20 +01:00
t2d ce2243d220
Document working CSP 2021-03-12 16:20:56 +01:00
Saúl Ibarra Corretgé 2698618930
Update README.md 2021-03-10 01:05:28 +01:00
Saúl Ibarra Corretgé 87b811020d
Update README.md 2021-03-10 01:05:06 +01:00
David Haberthür 3345e3fa4a Updating install command for Homebrew
According to https://formulae.brew.sh/cask/jitsi-meet#default
2021-01-29 12:08:54 +01:00
Saúl Ibarra Corretgé 50f5e2b187
Add prerequisites for building on Windows 2020-11-11 13:18:18 +01:00
NeroBurner e08a53fff4 Add link to GNU/Linux issue
Add a link to the #231 issue as searching the issue by hand is cumbersome
2020-11-10 10:25:12 +01:00
Saúl Ibarra Corretgé 3c334289ea
Add GNU/LInux dependencies to README 2020-11-04 10:49:11 +01:00
Proprietary Chrome-chan fdc2a3a68f Add Flathub icon 2020-10-20 09:11:45 +02:00
Saúl Ibarra Corretgé ef0372eaad
Update README.md 2020-10-08 10:44:17 +02:00
ovari 33d3f4d17c Update README.md 2020-09-29 10:50:00 +02:00
Saúl Ibarra Corretgé 730a6890be Simplify validating server URL
There is no need to send a HEAD request to the server since we now
bundle external_api.js.
2020-09-25 10:33:11 +02:00
Saúl Ibarra Corretgé ec8a7d477c
Update README.md 2020-09-10 12:13:54 +02:00
ovari fcfcafe24c
Fix typo 2020-08-11 12:41:09 +02:00
Ribero c1746ecdb5
Add Auto-Update limitation information for macOS to the README 2020-07-03 10:08:09 +02:00
Christophe HAMERLING 1c4f76e3b8 Define Node.js 12 as requirement 2020-06-26 10:06:01 +02:00
Marcos Dantas 93c3e13773
Update README.md 2020-06-16 11:54:48 +02:00
Christophe Hamerling d12611d79c
Add protocol to open conference links with the app
Co-authored-by: Christophe HAMERLING <chamerling@linagora.com>
Co-authored-by: Klemens Arro <klemens.arro@admcloudtech.com>
Co-authored-by: Goran Urukalo <goran.urukalo@teletrader.com>
2020-06-10 14:21:13 +02:00
Christophe HAMERLING b662c93ac7 Add Application command line flag support for devtools 2020-06-09 11:38:06 +02:00
Christophe HAMERLING 212d8cb92b Add SHOW_DEV_TOOLS environment variable 2020-06-09 11:38:06 +02:00
Saúl Ibarra Corretgé 69aea45f32 Update README 2020-06-05 13:37:25 +02:00
sergio 91b20b4431 Update README.md
Update frame-ancestors note.
2020-05-31 07:38:08 +02:00
Saúl Ibarra Corretgé 65f04dd68c Update README.md 2020-05-20 22:26:53 +02:00
Christophe HAMERLING a0856810ba Add note about debugger 2020-04-30 22:35:16 +02:00
Michael Wiedmann e7deabb8f4
Fix typos in README 2020-04-30 22:33:06 +02:00
Michael Wiedmann fe25c0f1d5 Info about additional HTTP header 2020-04-14 14:27:14 +02:00
Martin Delille 1288944acb Add homebrew cask formula for MacOS
It was not clear that the cask formula was available for this promising app: https://github.com/Homebrew/homebrew-cask/blob/master/Casks/jitsi-meet.rb
2020-04-12 20:47:47 +02:00
Emil Ivov 846d742ccd Update README.md 2018-12-19 09:02:11 +01:00
Emil Ivov 141b57e679 Update README.md 2018-12-13 14:17:08 +00:00
Saúl Ibarra Corretgé 1c83507faf Document how to use with own instalation
Fixes: https://github.com/jitsi/jitsi-meet-electron/issues/124
2018-10-01 08:53:12 -05:00
Saúl Ibarra Corretgé 69b0a80b45 Update README 2018-08-29 10:07:54 -05:00
Saúl Ibarra Corretgé 1d07edd252 Update README 2018-08-14 09:37:08 +02:00
Saúl Ibarra Corretgé e58a887690 Updated README 2018-07-28 13:23:25 +02:00
hristoterezov aac7c92b39 feat(alwaysontop):Implement 2017-07-24 16:42:09 -05:00
hristoterezov b23da5db66 doc: Add section about using jitsi-meet-electron-utils from source 2017-07-10 15:37:30 -05:00
hristoterezov 03dd26597b ref: Extract remote control and SS to jitsi-meet-electron-utils 2017-07-06 21:51:28 -05:00
hristoterezov f9f5f7692b feat(remotecontrol): multi monitor support 2017-07-06 21:20:50 -05:00
Saúl Ibarra Corretgé b103834bb2 Simplify rebuilding Node modules for Electron 2017-01-12 10:39:50 -06:00
hristoterezov c07fe8fa1e Initial commit 2016-12-12 14:52:17 -06:00