Browse Source

package app with electorn builder

pull/7/head
Kyle Spearrin 8 years ago
parent
commit
eb6e5d7a75
  1. 2
      jslib
  2. 68
      package.json
  3. BIN
      resources/background.png
  4. BIN
      resources/dmg.icns
  5. BIN
      resources/dmg.iconset/icon_128x128.png
  6. BIN
      resources/dmg.iconset/icon_128x128@2x.png
  7. BIN
      resources/dmg.iconset/icon_16x16.png
  8. BIN
      resources/dmg.iconset/icon_16x16@2x.png
  9. BIN
      resources/dmg.iconset/icon_256x256.png
  10. BIN
      resources/dmg.iconset/icon_256x256@2x.png
  11. BIN
      resources/dmg.iconset/icon_32x32.png
  12. BIN
      resources/dmg.iconset/icon_32x32@2x.png
  13. BIN
      resources/dmg.iconset/icon_512x512.png
  14. BIN
      resources/dmg.iconset/icon_512x512@2x.png
  15. BIN
      resources/icon.icns
  16. BIN
      resources/icon.ico
  17. BIN
      resources/icon.iconset/icon_128x128.png
  18. BIN
      resources/icon.iconset/icon_128x128@2x.png
  19. BIN
      resources/icon.iconset/icon_16x16.png
  20. BIN
      resources/icon.iconset/icon_16x16@2x.png
  21. BIN
      resources/icon.iconset/icon_256x256.png
  22. BIN
      resources/icon.iconset/icon_256x256@2x.png
  23. BIN
      resources/icon.iconset/icon_32x32.png
  24. BIN
      resources/icon.iconset/icon_32x32@2x.png
  25. BIN
      resources/icon.iconset/icon_512x512.png
  26. BIN
      resources/icon.iconset/icon_512x512@2x.png
  27. BIN
      resources/icon.png
  28. BIN
      resources/icons/128x128.png
  29. BIN
      resources/icons/16x16.png
  30. BIN
      resources/icons/256x256.png
  31. BIN
      resources/icons/32x32.png
  32. BIN
      resources/icons/48x48.png
  33. BIN
      resources/icons/512x512.png
  34. BIN
      resources/icons/64x64.png
  35. BIN
      resources/installerSidebar.bmp
  36. 2
      src/main.ts
  37. 4
      src/package.json

2
jslib

@ -1 +1 @@ @@ -1 +1 @@
Subproject commit 2032e14285ac3d4b2f3e9e310ad19ca1dd40c525
Subproject commit 36dfdf24f146062447d2b8884fbf84981ecff664

68
package.json

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
{
"name": "bitwarden",
"name": "bitwarden-directory-connector",
"productName": "Bitwarden Directory Connector",
"description": "A secure and free password manager for all of your devices.",
"description": "Sync your user directory to your Bitwarden organization.",
"version": "0.0.0",
"keywords": [
"bitwarden",
@ -42,6 +42,70 @@ @@ -42,6 +42,70 @@
"publish:mac": "npm run build && npm run clean:dist && build --mac -p always",
"publish:win": "npm run build && npm run clean:dist && build --win --x64 --ia32 -p always -c.win.certificateSubjectName=\"8bit Solutions LLC\""
},
"build": {
"appId": "com.bitwarden.directory-connector",
"copyright": "Copyright © 2015-2018 8bit Solutions LLC",
"directories": {
"buildResources": "resources",
"output": "dist",
"app": "build"
},
"mac": {
"category": "public.app-category.productivity",
"target": [
"dmg",
"zip"
]
},
"win": {
"target": [
"portable",
"nsis"
]
},
"linux": {
"category": "Utility",
"synopsis": "Sync your user directory to your Bitwarden organization.",
"target": [
"AppImage"
]
},
"dmg": {
"artifactName": "Bitwarden-Connector-${version}.${ext}",
"icon": "dmg.icns",
"contents": [
{
"x": 150,
"y": 185,
"type": "file"
},
{
"x": 390,
"y": 180,
"type": "link",
"path": "/Applications"
}
],
"window": {
"width": 540,
"height": 380
}
},
"nsis": {
"oneClick": false,
"perMachine": true,
"allowToChangeInstallationDirectory": true,
"artifactName": "Bitwarden-Connector-Installer-${version}.${ext}",
"uninstallDisplayName": "${productName}",
"deleteAppDataOnUninstall": true
},
"portable": {
"artifactName": "Bitwarden-Connector-Portable-${version}.${ext}"
},
"appImage": {
"artifactName": "Bitwarden-Connector-${version}-${arch}.${ext}"
}
},
"devDependencies": {
"@angular/compiler-cli": "5.2.0",
"@microsoft/microsoft-graph-types": "^1.2.0",

BIN
resources/background.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
resources/dmg.icns

Binary file not shown.

BIN
resources/dmg.iconset/icon_128x128.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
resources/dmg.iconset/icon_128x128@2x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

BIN
resources/dmg.iconset/icon_16x16.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 692 B

BIN
resources/dmg.iconset/icon_16x16@2x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
resources/dmg.iconset/icon_256x256.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

BIN
resources/dmg.iconset/icon_256x256@2x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 KiB

BIN
resources/dmg.iconset/icon_32x32.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
resources/dmg.iconset/icon_32x32@2x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

BIN
resources/dmg.iconset/icon_512x512.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 KiB

BIN
resources/dmg.iconset/icon_512x512@2x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 492 KiB

BIN
resources/icon.icns

Binary file not shown.

BIN
resources/icon.ico

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
resources/icon.iconset/icon_128x128.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
resources/icon.iconset/icon_128x128@2x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

BIN
resources/icon.iconset/icon_16x16.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 403 B

BIN
resources/icon.iconset/icon_16x16@2x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 636 B

BIN
resources/icon.iconset/icon_256x256.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

BIN
resources/icon.iconset/icon_256x256@2x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
resources/icon.iconset/icon_32x32.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 685 B

BIN
resources/icon.iconset/icon_32x32@2x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
resources/icon.iconset/icon_512x512.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
resources/icon.iconset/icon_512x512@2x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

BIN
resources/icon.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

BIN
resources/icons/128x128.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
resources/icons/16x16.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 403 B

BIN
resources/icons/256x256.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

BIN
resources/icons/32x32.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 685 B

BIN
resources/icons/48x48.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 957 B

BIN
resources/icons/512x512.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
resources/icons/64x64.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
resources/installerSidebar.bmp

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 KiB

2
src/main.ts

@ -52,7 +52,7 @@ export class Main { @@ -52,7 +52,7 @@ export class Main {
this.i18nService = new I18nService('en', './locales/');
this.storageService = new ElectronStorageService();
this.windowMain = new WindowMain(this.storageService);
this.windowMain = new WindowMain(this.storageService, 800, 600);
this.menuMain = new MenuMain(this);
this.updaterMain = new UpdaterMain(this.i18nService, this.windowMain, 'directory-connector', () => {
this.messagingService.send('checkingForUpdate');

4
src/package.json

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
{
"name": "bitwarden",
"name": "bitwarden-directory-connector",
"productName": "Bitwarden Directory Connector",
"description": "A secure and free password manager for all of your devices.",
"description": "Sync your user directory to your Bitwarden organization.",
"version": "2.0.0",
"author": "8bit Solutions LLC <hello@bitwarden.com> (https://bitwarden.com)",
"homepage": "https://bitwarden.com",

Loading…
Cancel
Save