Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hosting
fairmeeting
Commits
f1cbcb41
Commit
f1cbcb41
authored
Dec 10, 2021
by
jbuechele
Browse files
removed auto update
parent
8ffdfaf0
Changes
1
Hide whitespace changes
Inline
Side-by-side
main.js
View file @
f1cbcb41
...
...
@@ -9,7 +9,6 @@ const {
const
contextMenu
=
require
(
'
electron-context-menu
'
);
const
debug
=
require
(
'
electron-debug
'
);
const
isDev
=
require
(
'
electron-is-dev
'
);
//const { autoUpdater } = require('electron-updater');
const
windowStateKeeper
=
require
(
'
electron-window-state
'
);
const
{
initPopupsConfigurationMain
,
...
...
@@ -45,9 +44,6 @@ if (!app.commandLine.hasSwitch('enable-features')) {
// Needed until robot.js is fixed: https://github.com/octalmage/robotjs/issues/580
app
.
allowRendererProcessReuse
=
false
;
//autoUpdater.logger = require('electron-log');
//autoUpdater.logger.transports.file.level = 'info';
// Enable context menu so things like copy and paste work in input fields.
contextMenu
({
showLookUpSelection
:
false
,
...
...
@@ -169,11 +165,6 @@ function createJitsiMeetWindow() {
// Application menu.
setApplicationMenu
();
/** Check for Updates.
if (!process.mas) {
autoUpdater.checkForUpdatesAndNotify();
}*/
// Load the previous window state with fallback to defaults.
const
windowState
=
windowStateKeeper
({
defaultWidth
:
800
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment