Skip to content

Commit 6213900

Browse files
committed
re-init git after corrupted
2 parents 0ae4731 + 1de8176 commit 6213900

3 files changed

Lines changed: 1 addition & 6440 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
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",

src/main/index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ const url = require('url');
99

1010
const shorcuts = require('./shortcuts');
1111
const menu = require('./menu');
12-
require('./args')(app);
13-
1412

1513
const HOME = 'https://www.figma.com'
1614
const winOptions = {
@@ -30,8 +28,6 @@ const winOptions = {
3028
app.on('ready', () => {
3129
let window = new BrowserWindow(winOptions);
3230

33-
// window.webContents.openDevTools();
34-
3531
window.setMenuBarVisibility(false);
3632
window.loadURL(HOME);
3733

0 commit comments

Comments
 (0)