File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 "license" : " MIT" ,
1010 "scripts" : {
1111 "start" : " electron src/main/index.js" ,
12+
1213 "pack:deb" : " redrun -s clear build deb" ,
1314 "clear" : " rm -rf Figma-app-linux-x64 ./build/app/*" ,
1415 "build" : " electron-packager ./ Figma-app --ignore=\" (\\ .git|node_modules|build|\\ .bak|\\ .log|yarn)\" --paltform=Linux --arch=x64 --executable-name=figma-linux --overwrite ./build" ,
Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ const url = require('url');
99
1010const shorcuts = require ( './shortcuts' ) ;
1111const menu = require ( './menu' ) ;
12- require ( './args' ) ( app ) ;
13-
1412
1513const HOME = 'https://www.figma.com'
1614const winOptions = {
@@ -30,8 +28,6 @@ const winOptions = {
3028app . on ( 'ready' , ( ) => {
3129 let window = new BrowserWindow ( winOptions ) ;
3230
33- // window.webContents.openDevTools();
34-
3531 window . setMenuBarVisibility ( false ) ;
3632 window . loadURL ( HOME ) ;
3733
You can’t perform that action at this time.
0 commit comments