Skip to content

Commit 79599ea

Browse files
committed
fixed deb build issue
1 parent 1d83d1e commit 79599ea

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

forge.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ import fs from "fs";
1414
const config: ForgeConfig = {
1515
packagerConfig: {
1616
name: "Yomikiru",
17+
//todo check if need to change bin for linux
1718
asar: true,
19+
executableName: process.platform === "win32" ? "Yomikiru" : "yomikiru",
1820
},
1921
plugins: [
2022
new AutoUnpackNativesPlugin({}),

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "yomikiru",
33
"productName": "Yomikiru",
4-
"version": "2.17.6",
4+
"version": "2.17.7",
55
"description": "App to read manga / comic / epub offline on desktop",
66
"main": ".webpack/main",
77
"author": {

0 commit comments

Comments
 (0)