Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
بعض الإصلاحات + تغير اسم التطبيق
Browse files Browse the repository at this point in the history
  • Loading branch information
islamiaat committed Apr 28, 2022
1 parent a5f1ff6 commit 6c7e402
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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']
})
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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": "./",
Expand Down Expand Up @@ -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"
Expand All @@ -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",
Expand Down

0 comments on commit 6c7e402

Please sign in to comment.