Kaydet (Commit) 65b6fb6b authored tarafından Emincan Özcan's avatar Emincan Özcan

icon fix

üst 8ae7f1f1
......@@ -21,7 +21,7 @@ async function createWindow() {
width: 1200,
height: 740,
// eslint-disable-next-line no-undef
// icon: path.join(__static, "icon.png"),
icon: path.join(__static, "icon.png"),
webPreferences: {
// Use pluginOptions.nodeIntegration, leave this alone
// See nklayman.github.io/vue-cli-plugin-electron-builder/guide/security.html#node-integration for more info
......
......@@ -4,7 +4,7 @@ module.exports = {
preload: "preload.js",
builderOptions: {
productName: "Pardus Kataliz",
icon: "build/1024x1024.png",
buildResources: "build",
linux: {
publish: ["github"],
target: ["AppImage", "deb"],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment