🎨 Remove extra semicolon
This commit is contained in:
parent
ef45b67dbf
commit
ca68dfe097
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ const mainStartupScript = packageJson.main || 'index.js'
|
||||||
|
|
||||||
// Workaround for electron/electron#5050
|
// Workaround for electron/electron#5050
|
||||||
if (process.platform === 'linux' && process.env.XDG_CURRENT_DESKTOP === 'Pantheon') {
|
if (process.platform === 'linux' && process.env.XDG_CURRENT_DESKTOP === 'Pantheon') {
|
||||||
process.env.XDG_CURRENT_DESKTOP = 'Unity';
|
process.env.XDG_CURRENT_DESKTOP = 'Unity'
|
||||||
}
|
}
|
||||||
|
|
||||||
// Finally load app's main.js and transfer control to C++.
|
// Finally load app's main.js and transfer control to C++.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue