We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ceffc8 commit af57a58Copy full SHA for af57a58
src/background/dbPatcher.js
@@ -21,7 +21,7 @@ module.exports = async (callback, mainWindow, sphinxApp) => {
21
await sphinx.query(`delete from version where id = 1`)
22
await sphinx.query(`insert into version(id, version) values(1, ${version})`)
23
if(sphinxApp)
24
- fs.writeFileSync(`${sphinxApp.directoryPath}/version.vrs`, version)
+ fs.writeFileSync(`${sphinxApp.directoryPath}/version.vrs`, `${version}`)
25
}
26
27
let patchWindow;
0 commit comments