Skip to content

Commit

Permalink
More apps, start layout
Browse files Browse the repository at this point in the history
  • Loading branch information
WamWooWam committed Aug 23, 2020
1 parent 5666631 commit c488005
Show file tree
Hide file tree
Showing 1,164 changed files with 335,450 additions and 100 deletions.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { app, protocol, BrowserWindow, shell, ipcMain } = require("electron")
import { app, protocol, BrowserWindow, shell, ipcMain } from "electron"
const path = require("path")
const fs = require('fs')
const rename = require('deep-rename-keys')
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
"main": "dist/index.js",
"license": "MIT",
"dependencies": {
"deep-rename-keys": "^0.2.1"
"deep-rename-keys": "^0.2.1",
"node-fetch": "^2.6.0"
},
"devDependencies": {
"electron": "^9.1.0",
"electron-packager": "^15.0.0",
"typescript": "^3.9.2",
"electron": "^9.1.0"
"typescript": "^3.9.2"
},
"scripts": {
"start": "electron ."
Expand Down
7 changes: 7 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"id": "microsoft.bingweather",
"url": "http://localhost:8080/",
"type": "remote"
}
]
283 changes: 283 additions & 0 deletions packages/microsoft.bingweather/AppxManifest.xml

Large diffs are not rendered by default.

392 changes: 392 additions & 0 deletions packages/microsoft.bingweather/resources/ar.json

Large diffs are not rendered by default.

Loading

0 comments on commit c488005

Please sign in to comment.