Skip to content

Commit

Permalink
Updated dependencies, deprecated methods.
Browse files Browse the repository at this point in the history
  • Loading branch information
dscalzi committed Jan 1, 2020
1 parent 19ee187 commit 4f504cd
Show file tree
Hide file tree
Showing 4 changed files with 124 additions and 73 deletions.
2 changes: 1 addition & 1 deletion app/assets/distribution.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"java": {
"oracle": "http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html"
},
"rss": "https://westeroscraft.com/articles/index.rss",
"rss": "https://forum.westeroscraft.com/forum/news.2/index.rss",
"servers": [
{
"id": "WesterosCraft-1.11.2",
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ function createWindow() {

win.removeMenu()

win.setResizable(true)
win.resizable = true

win.on('closed', () => {
win = null
Expand Down
185 changes: 118 additions & 67 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4f504cd

Please sign in to comment.