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

v0.2.6

üst b86f691d
{ {
"name": "pardus-kataliz", "name": "pardus-kataliz",
"version": "0.2.5", "version": "0.2.6",
"author": "Emincan Ozcan <emincan@emincanozcan.com>", "author": "Emincan Ozcan <emincan@emincanozcan.com>",
"homepage": "https://github.com/emincanozcan/kataliz", "homepage": "https://github.com/emincanozcan/kataliz",
"private": true, "private": true,
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
"babel-eslint": "^10.1.0", "babel-eslint": "^10.1.0",
"electron": "^11.0.0", "electron": "^11.0.0",
"electron-devtools-installer": "^3.1.0", "electron-devtools-installer": "^3.1.0",
"electron-icon-builder": "^2.0.1",
"eslint": "^6.7.2", "eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.3.1", "eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.0.0", "eslint-plugin-vue": "^7.0.0",
......
...@@ -21,7 +21,7 @@ async function createWindow() { ...@@ -21,7 +21,7 @@ async function createWindow() {
width: 1200, width: 1200,
height: 740, height: 740,
// eslint-disable-next-line no-undef // eslint-disable-next-line no-undef
icon: path.join(__static, "icon.png"), // icon: path.join(__static, "icon.png"),
webPreferences: { webPreferences: {
// Use pluginOptions.nodeIntegration, leave this alone // Use pluginOptions.nodeIntegration, leave this alone
// See nklayman.github.io/vue-cli-plugin-electron-builder/guide/security.html#node-integration for more info // See nklayman.github.io/vue-cli-plugin-electron-builder/guide/security.html#node-integration for more info
......
...@@ -4,6 +4,7 @@ module.exports = { ...@@ -4,6 +4,7 @@ module.exports = {
preload: "preload.js", preload: "preload.js",
builderOptions: { builderOptions: {
productName: "Pardus Kataliz", productName: "Pardus Kataliz",
icon: "build/1024x1024.png",
linux: { linux: {
publish: ["github"], publish: ["github"],
target: ["AppImage", "deb"], 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