Skip to content

Commit 7b8a212

Browse files
Merge pull request #111 from tolgamizrakci/development
fixed unmerged files
2 parents 51e5372 + ec3dc47 commit 7b8a212

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

main.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ const createWindow = () => {
6666
},
6767
show: false,
6868
icon: path.join(__dirname, '/src/public/icons/mac/icon.icns'),
69+
win: {
70+
icon: path.join(__dirname, '/src/public/icons/win/icon.ico'),
71+
target: ['portable'],
72+
},
6973
});
7074

7175
// and load the index.html of the app.

src/components/TransformerComponent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, { Component } from 'react';
22
import { Transformer } from 'react-konva';
3-
import { ChildInt } from '../utils/interfaces.ts';
3+
import { ComponentInt, ComponentsInt, ChildInt } from '../utils/interfaces';
44

55
export default class TransformerComponent extends Component {
66
componentDidMount() {

0 commit comments

Comments
 (0)