|
|
|
@ -7,7 +7,7 @@ const BIN_PATH = path.normalize("./bin/electron-forge");
|
|
|
|
const extraResourcesForPlatform = getExtraResourcesForPlatform();
|
|
|
|
const extraResourcesForPlatform = getExtraResourcesForPlatform();
|
|
|
|
const baseLinuxMakerConfigOptions = {
|
|
|
|
const baseLinuxMakerConfigOptions = {
|
|
|
|
icon: "./images/app-icons/png/128x128.png",
|
|
|
|
icon: "./images/app-icons/png/128x128.png",
|
|
|
|
desktopTemplate: path.resolve(path.join(BIN_PATH, desktop.ejs)),
|
|
|
|
desktopTemplate: path.resolve(path.join(BIN_PATH, "desktop.ejs")),
|
|
|
|
categories: ["Office", "Utility"]
|
|
|
|
categories: ["Office", "Utility"]
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|