parent
55f54d22a5
commit
c2eab17adf
|
@ -0,0 +1,11 @@
|
|||
-----BEGIN CERTIFICATE-----
|
||||
MIIBoTCCAQqgAwIBAgIIG1tfOzLnQa0wDQYJKoZIhvcNAQENBQAwEjEQMA4GA1UE
|
||||
AwwHMC4wLjAuMDAgFw0xNTA2MTMwMzA3NDhaGA85OTk5MTIzMTIzNTk1OVowEjEQ
|
||||
MA4GA1UEAwwHMC4wLjAuMDCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAoA7y
|
||||
JBzmyXXbVvQV/96YuqC9VYH76rBPpajJMcZi4ROeTXpBnL392f9C+VefHokCHlqm
|
||||
vFN7dC5g8ZSypZ1fNErm50gkXnofvp4wk3K696rXmJJApGKSMQkEXamteu4z0eAF
|
||||
443IIVbh/sQtz9UBGbycE5iHtnx/F1IH2OnD280CAwEAATANBgkqhkiG9w0BAQ0F
|
||||
AAOBgQBW0y3Uo7zYFik4F9z25weyemT9yA2Yf0185LnAT5D8prCjxWpQH0OxvYf8
|
||||
dGxrQGN+PFAjqKAvmbp1G0lUgALdS1PGRAQKuVux55lMnd8ESrzs1b6b/oyv/ysn
|
||||
exlv2VNxFSb2ZaFyFkpSWCIsQ3SB/HGb7GLnP1nxRD1BvH/PWA==
|
||||
-----END CERTIFICATE-----
|
|
@ -0,0 +1,16 @@
|
|||
-----BEGIN PRIVATE KEY-----
|
||||
MIICeAIBADANBgkqhkiG9w0BAQEFAASCAmIwggJeAgEAAoGBAKAO8iQc5sl121b0
|
||||
Ff/emLqgvVWB++qwT6WoyTHGYuETnk16QZy9/dn/QvlXnx6JAh5aprxTe3QuYPGU
|
||||
sqWdXzRK5udIJF56H76eMJNyuveq15iSQKRikjEJBF2prXruM9HgBeONyCFW4f7E
|
||||
Lc/VARm8nBOYh7Z8fxdSB9jpw9vNAgMBAAECgYBQQe5NCWj4D+7iFRaK7LUsr7kA
|
||||
jWMidTIa4R2xpcajEdFJDEqmK+aETyjoGnWhPBYh3lbJDBtVUIQv3t4NiXHY3clO
|
||||
28KM/UGU/o8LyvNlk70N1AKVDEDw9lI8161rat3vzdjF8KfBUOK/CewnF3yLqzYP
|
||||
5UsZr5YDTX+GiTZaAQJBAMzsY+Ggo9c+bIflp4ERUt1HTQ2TW7N6sCoTT0/GwdjE
|
||||
92Y1dtAUsb3OqP0wa9PamzESEAOxkQxnFA9z3t0pEEECQQDH89cC+gJGp+fAGiMR
|
||||
MBz/BrVsxgRnkA3o12Lf/7iJQxVHEIoVS7fSwNqALwGKLpZKlkBhed8+RTRLi7wI
|
||||
q+iNAkEAxpKizvatDVyOKrndsPIqjAYVonwStj7DCmKfzjxZh0aGPeK8+TG0cqsZ
|
||||
kg8jzazeCZTpM8sTNSOFitvLMCAkgQJBAIKYLDJxf9MODztU1tp/BjE6/HvSyUWq
|
||||
vKr7IkUTDD/6ZIdJsiY+kg1AkHVwPh02WErW363Kn5hYMtO0rFctkHECQQCNsAZ9
|
||||
ScwIeDtmgSIPNn+xXToSUExkKZjMs+HfZljFE9P7IKop6WGd2MEt6wjbH5W8nM0+
|
||||
USv34xhBt8Z86dLz
|
||||
-----END PRIVATE KEY-----
|
|
@ -0,0 +1 @@
|
|||
neo4j:SHA-256,40E0ECEC46CF97B7DD31D296AA2462D3C690908FB852D2D6A788086FE70FC730,D0357E62D8B042914C64937C9D9AB9F8:
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2
main.js
2
main.js
|
@ -14,6 +14,8 @@ function createWindow () {
|
|||
// Create the browser window.
|
||||
if (platform == 'darwin'){
|
||||
mainWindow = new BrowserWindow({width: 1280, height: 800, icon: __dirname + '/src/img/icon.png'})
|
||||
}else if (platform == 'linux'){
|
||||
mainWindow = new BrowserWindow({width: 1280, height: 800, icon: __dirname + '/src/img/icon.png'})
|
||||
}else{
|
||||
mainWindow = new BrowserWindow({width: 1280, height: 800, icon: __dirname + '/src/img/icon.ico'})
|
||||
}
|
||||
|
|
|
@ -22,9 +22,9 @@
|
|||
"scripts": {
|
||||
"start": "set ENV=development & electron .",
|
||||
"dev": "concurrently -k \"babel-node server.js\" \"npm start\"",
|
||||
"build": "webpack --config webpack.config.production.js && electron-packager . BloodHound --platform=all --arch=all --overwrite --prune --ignore=./BloodHound.*",
|
||||
"winbuild": "webpack --config webpack.config.production.js && electron-packager . BloodHound --platform=win32 --arch=all --overwrite --prune --ignore=./BloodHound.*",
|
||||
"macbuild": "webpack --config webpack.config.production.js && electron-packager . BloodHound --platform=darwin --arch=all --overwrite --prune --ignore=./BloodHound.* --icon=src/img/icon.icns"
|
||||
"winbuild": "webpack --config webpack.config.production.js && electron-packager . BloodHound --platform=win32 --arch=all --overwrite --prune --ignore=./BloodHound.* --icon=src/img/icon.ico",
|
||||
"macbuild": "webpack --config webpack.config.production.js && electron-packager . BloodHound --platform=darwin --arch=all --overwrite --prune --ignore=./BloodHound.* --icon=src/img/icon.icns",
|
||||
"linuxbuild": "webpack --config webpack.config.production.js && electron-packager . BloodHound --platform=linux --arch=all --overwrite --prune --ignore=./BloodHound.*"
|
||||
},
|
||||
"babel": {
|
||||
"presets": [
|
||||
|
|
Loading…
Reference in New Issue