1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-21 18:02:35 +01:00

Printout version when starting

This commit is contained in:
Mikael Finstad 2016-11-21 18:41:51 +01:00
parent 3a79af75fa
commit 32c61e2feb

View File

@ -325,3 +325,5 @@ class App extends React.Component {
}
ReactDOM.render(<App />, document.getElementById('app'));
console.log('Version', electron.remote.app.getVersion());