From 6c7e4025660a97c9583b3fa504013bde5fe899b4 Mon Sep 17 00:00:00 2001 From: rn0x Date: Thu, 28 Apr 2022 23:40:23 +0300 Subject: [PATCH] =?UTF-8?q?=D8=A8=D8=B9=D8=B6=20=D8=A7=D9=84=D8=A5=D8=B5?= =?UTF-8?q?=D9=84=D8=A7=D8=AD=D8=A7=D8=AA=20+=20=D8=AA=D8=BA=D9=8A=D8=B1?= =?UTF-8?q?=20=D8=A7=D8=B3=D9=85=20=D8=A7=D9=84=D8=AA=D8=B7=D8=A8=D9=8A?= =?UTF-8?q?=D9=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.js | 2 +- package.json | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/index.js b/index.js index 48f840c..df45c3d 100644 --- a/index.js +++ b/index.js @@ -159,6 +159,6 @@ app.on('window-all-closed', () => { app.setLoginItemSettings({ openAtLogin: true, - path: path.join(process.resourcesPath, '../islam-bot.exe'), + path: path.join(process.resourcesPath, '../islam_bot.exe'), args: ['--hidden'] }) \ No newline at end of file diff --git a/package.json b/package.json index 2c09f90..486b6d4 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "islam-bot", "version": "1.0.7", "homepage": "https://github.com/rn0x", - "description": "islam-bot - publishes adhkar and the Qur’an ..", + "description": "islam_bot - publishes adhkar and the Qur’an ..", "main": "index.js", "type": "commonjs", "author": { @@ -31,9 +31,9 @@ "telegraf": "^4.7.0" }, "build": { - "productName": "islam-bot", + "productName": "islam_bot", "appId": "org.IslamBot.rn0x", - "copyright": "Copyright © 2022 islam-bot", + "copyright": "Copyright © 2022 islam_bot", "extraFiles": [ { "from": "./", @@ -75,8 +75,8 @@ "installerIcon": "build/icon.ico", "uninstallerIcon": "build/icon.ico", "license": "build/LICENSE.txt", - "shortcutName": "islam-bot", - "uninstallDisplayName": "islam-bot", + "shortcutName": "islam_bot", + "uninstallDisplayName": "islam_bot", "installerSidebar": "build/installerSidebar.bmp", "uninstallerSidebar": "build/installerSidebar.bmp", "installerHeader": "build/installerHeader.bmp" @@ -85,7 +85,7 @@ "category": "Education", "icon": "build/icons/icon.icns", "vendor": "Ryan Almalki", - "description": "islam-bot - publishes adhkar and the Qur’an ..", + "description": "islam_bot - publishes adhkar and the Qur’an ..", "synopsis": "publishes adhkar and the Qur’an", "target": [ "AppImage",