diff options
author | LinuxWizard42 <linuxwizard@voidnet.dy.fi> | 2023-03-15 19:58:04 +0200 |
---|---|---|
committer | LinuxWizard42 <linuxwizard@voidnet.dy.fi> | 2023-03-15 19:58:04 +0200 |
commit | d4a1b9c87e7f17929c046985908272867e1e72ea (patch) | |
tree | f227f387b683ba96723f458b4a241cb4da217380 | |
parent | ff4ee6b07c70019aa06443591e0bbc174d24bde9 (diff) | |
download | FlashRunner-master.tar.gz FlashRunner-master.tar.zst |
-rw-r--r-- | src/index.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/index.js b/src/index.js index d7c092a..5895a8c 100644 --- a/src/index.js +++ b/src/index.js @@ -1,8 +1,3 @@ -/* -Copyright VoidNet -License: https://creativecommons.org/licenses/by-nc-nd/4.0/ -*/ - const { app, BrowserWindow, ipcMain, dialog } = require( 'electron' ); const pt = require( 'path' ); const proc = require( 'process' ); |