Skip to content
This repository has been archived by the owner on Aug 6, 2021. It is now read-only.

Commit

Permalink
Appx setup completed and reset settings location back to default
Browse files Browse the repository at this point in the history
  • Loading branch information
Crecket committed Oct 28, 2017
1 parent 18a1647 commit 461e825
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 3 deletions.
Binary file added build/appx/Square150x150Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/appx/Square44x44Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/appx/StoreLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/appx/Wide310x150Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 16 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"description": "BunqDesktop application",
"name": "bunq-desktop",
"name": "bunqdesktop",
"productName": "BunqDesktop",
"version": "0.6.0",
"author": {
Expand Down Expand Up @@ -31,9 +31,24 @@
"x64",
"ia32"
]
},
{
"target": "appx",
"arch": [
"x64",
"ia32"
]
}
]
},
"appx": {
"applicationId": "com.bunq.desktop",
"displayName": "BunqDesktop",
"identityName": "BunqDesktop",
"publisherDisplayName": "BunqCommunity",
"backgroundColor": "#fafafa",
"languages": ["en-US"]
},
"mac": {
"category": "public.app-category.finance"
},
Expand Down
2 changes: 0 additions & 2 deletions src/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ log.transports.file.file = `${__dirname}/${log.transports.file
app.on("ready", () => {
setApplicationMenu();

settings.setPath(`./settings.json`);

const USE_NATIVE_FRAME_STORED = settings.get("USE_NATIVE_FRAME");
const USE_NATIVE_FRAME =
USE_NATIVE_FRAME_STORED !== undefined &&
Expand Down

0 comments on commit 461e825

Please sign in to comment.