Skip to content

Commit

Permalink
downgrade to electron 22 for more compatibilty
Browse files Browse the repository at this point in the history
  • Loading branch information
beelchester committed Apr 3, 2023
1 parent 6c15e7f commit 49571fa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Desktop/package-lock.json

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

5 changes: 2 additions & 3 deletions Desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@
},
"dependencies": {
"@electron/remote": "^2.0.9"

},
"devDependencies": {
"electron-packager": "^17.1.1",
"electron": "^23.1.2"
"electron": "22.3.5",
"electron-packager": "^17.1.1"
}
}
1 change: 1 addition & 0 deletions Mobile/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ web-build/

taskmaster.apk
taskmaster-ios-simulator.app
taskmaster.ipa

0 comments on commit 49571fa

Please sign in to comment.