Skip to content

Commit

Permalink
Electron tweak
Browse files Browse the repository at this point in the history
- Use cordova-sqlite-storage instead of cordova-sqlite-evcore-extbuild-free plugin for electron (the latter _is_ used for Android and iOS). This allows electron to launch properly, but it is still glitchy right now.
- Bump cordova-sqlite-storage version to 7.0.0
  • Loading branch information
eb1 committed Feb 12, 2025
1 parent 09ed1b3 commit 9f27af7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@
<splash src="www/res/screen/ios/Default@3x~universal~anyany.png" />
</platform>
<platform name="browser">
<plugin name="cordova-sqlite-storage" spec="^6.0.0" />
<plugin name="cordova-sqlite-storage" spec="^7.0.0" />
<preference name="res/icon/electron/icon.png" />
<preference name="SplashScreen" value="res/screen/ios/Default@2x~universal~anyany.png" />
<preference name="AutoHideSplashScreen" value="true" />
Expand All @@ -382,7 +382,7 @@
<preference name="SplashScreenHeight" value="300" />
</platform>
<platform name="electron">
<plugin name="cordova-sqlite-evcore-extbuild-free" spec="^0.15.1" />
<plugin name="cordova-sqlite-storage" spec="^7.0.0" />
<preference name="www/res/icon/electron/icon.png" target="app" />
<preference name="www/res/icon/electron/icon@2x.png" target="installer" />
<preference name="ElectronSettingsFilePath" value="res/electron/settings.json" />
Expand Down

0 comments on commit 9f27af7

Please sign in to comment.