mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-22 02:12:30 +01:00
fix warning
This commit is contained in:
parent
736ed005b2
commit
7ca8524f12
@ -8,7 +8,7 @@ const { checkNewVersion } = require('./update-checker');
|
||||
const { app } = electron;
|
||||
const { BrowserWindow } = electron;
|
||||
|
||||
app.setName('LosslessCut');
|
||||
app.name = 'LosslessCut';
|
||||
|
||||
if (!isDev) process.env.NODE_ENV = 'production';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user