Skip to content

Commit

Permalink
Downgrade electron - build v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsage committed Jun 10, 2023
1 parent 357d99d commit e07fc7f
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion modAssist_main.js
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ if ( semverGt('1.0.2', mcStore.get('cache_version'))) {
log.log.warning('Invalid Mod Cache (very old), resetting.')
maCache.clear()
log.log.info('Mod Cache Cleared')
} else if ( semverGt('2.3.0', mcStore.get('cache_version'))) {
} else if ( semverGt('2.4.0', mcStore.get('cache_version'))) {
log.log.warning('Invalid Mod Cache (old), resetting.')
maCache.clear()
log.log.info('Mod Cache Cleared')
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fsg-mod-assistant",
"version": "2.3.0",
"version": "2.4.0",
"description": "FSG Farm Sim Mod Assistant",
"main": "modAssist_main.js",
"homepage": "https://github.com/FSGModding/FSG_Mod_Assistant#readme",
Expand All @@ -27,7 +27,7 @@
"@babel/core": "^7.22.5",
"@babel/eslint-parser": "^7.22.5",
"clean-css": "^5.3.2",
"electron": "^25.1.0",
"electron": "^24.5.0",
"electron-builder": "^23.6.0",
"eslint": "^8.42.0"
},
Expand Down
2 changes: 1 addition & 1 deletion renderer/a_changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h4>What's New?</h4>

<h4>GitHub Changelogs</h4>
<ul>
<li>2.3.0 - <a href="https://github.com/FSGModding/FSG_Mod_Assistant/issues/105" target="_blank">Issue #105</a></li>
<li>2.4.0 - <a href="https://github.com/FSGModding/FSG_Mod_Assistant/issues/105" target="_blank">Issue #105</a></li>
<li>2.2.1 - <a href="https://github.com/FSGModding/FSG_Mod_Assistant/issues/88" target="_blank">Issue #88</a></li>
<li>2.1.2 - <a href="https://github.com/FSGModding/FSG_Mod_Assistant/issues/77" target="_blank">Issue #77</a></li>
<li>2.1.1 - No changelog, simple fix for "Select in Main" failing, update translations.</li>
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1842,16 +1842,16 @@ __metadata:
languageName: node
linkType: hard

"electron@npm:^25.1.0":
version: 25.1.0
resolution: "electron@npm:25.1.0"
"electron@npm:^24.5.0":
version: 24.5.0
resolution: "electron@npm:24.5.0"
dependencies:
"@electron/get": ^2.0.0
"@types/node": ^18.11.18
extract-zip: ^2.0.1
bin:
electron: cli.js
checksum: 411af45997f9b27d3981c16285e5f393abf265efde4aaa20c41e76e2a9e959fed4247b7621459682c3b91e60d31b0658659c232fc7ff79a8e28e92d694f89ade
checksum: 8d7095814fd28d2e4719a2bd21987393610071a217f51d7bbab160395ed31b2c5d214af9081007fbef661e03a9be0ce1db1d76d0acb145c488ebd8e360ca7fd9
languageName: node
linkType: hard

Expand Down Expand Up @@ -2277,7 +2277,7 @@ __metadata:
adm-zip: ^0.5.10
archiver: ^5.3.1
clean-css: ^5.3.2
electron: ^25.1.0
electron: ^24.5.0
electron-builder: ^23.6.0
electron-store: ^8.1.0
electron-updater: ^5.3.0
Expand Down

0 comments on commit e07fc7f

Please sign in to comment.