Kaydet (Commit) 8ae7f1f1 authored tarafından Emincan Özcan's avatar Emincan Özcan

v0.2.6

üst b86f691d
{
"name": "pardus-kataliz",
"version": "0.2.5",
"version": "0.2.6",
"author": "Emincan Ozcan <emincan@emincanozcan.com>",
"homepage": "https://github.com/emincanozcan/kataliz",
"private": true,
......@@ -36,6 +36,7 @@
"babel-eslint": "^10.1.0",
"electron": "^11.0.0",
"electron-devtools-installer": "^3.1.0",
"electron-icon-builder": "^2.0.1",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.0.0",
......
......@@ -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,6 +4,7 @@ module.exports = {
preload: "preload.js",
builderOptions: {
productName: "Pardus Kataliz",
icon: "build/1024x1024.png",
linux: {
publish: ["github"],
target: ["AppImage", "deb"],
......
This diff is collapsed.
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