From d71b73c8a6ab037aba680200a6517f7d4426ba76 Mon Sep 17 00:00:00 2001 From: Jack Date: Sun, 1 May 2022 17:06:25 -0500 Subject: [PATCH] Untracking. --- electron.manifest.json | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 electron.manifest.json diff --git a/electron.manifest.json b/electron.manifest.json deleted file mode 100644 index 272dbdd..0000000 --- a/electron.manifest.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "executable": "trackr", - "splashscreen": { - "imageFile": "/wwwroot/images/6ee3c6.gif" - }, - "name": "trackr", - "author": "Jack Perry, Jr.", - "singleInstance": false, - "environment": "Production", - "build": { - "appId": "com.trackr.app", - "productName": "trackr", - "copyright": "Copyright © 2022", - "buildVersion": "1.0.0", - "compression": "maximum", - "directories": { - "output": "../../../bin/Desktop" - }, - "extraResources": [ - { - "from": "./bin", - "to": "bin", - "filter": [ "**/*" ] - } - ], - "files": [ - { - "from": "./ElectronHostHook/node_modules", - "to": "ElectronHostHook/node_modules", - "filter": [ "**/*" ] - }, - "**/*" - ], - "win": { - "icon": "../../../wwwroot/images/icon.png" - } - } -} \ No newline at end of file