We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d83d1e commit 79599eaCopy full SHA for 79599ea
forge.config.ts
@@ -14,7 +14,9 @@ import fs from "fs";
14
const config: ForgeConfig = {
15
packagerConfig: {
16
name: "Yomikiru",
17
+ //todo check if need to change bin for linux
18
asar: true,
19
+ executableName: process.platform === "win32" ? "Yomikiru" : "yomikiru",
20
},
21
plugins: [
22
new AutoUnpackNativesPlugin({}),
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "yomikiru",
3
"productName": "Yomikiru",
4
- "version": "2.17.6",
+ "version": "2.17.7",
5
"description": "App to read manga / comic / epub offline on desktop",
6
"main": ".webpack/main",
7
"author": {
0 commit comments