Skip to content

Commit f6fa7ea

Browse files
authored
Merge pull request #20 from rn0x/development
Altaqwaa v3
2 parents 6c20a02 + d04f493 commit f6fa7ea

File tree

144 files changed

+2324
-966
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

144 files changed

+2324
-966
lines changed

README.md

Lines changed: 126 additions & 63 deletions

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "altaqwaa",
3-
"version": "2.1.0",
3+
"version": "3.0.0",
44
"homepage": "https://www.altaqwaa.org",
55
"description": "Altaqwaa - Islamic Desktop Application",
66
"main": "./src/index.js",
@@ -30,7 +30,7 @@
3030
"v8-compile-cache": "^2.3.0"
3131
},
3232
"devDependencies": {
33-
"electron": "^22.3.2",
33+
"electron": "^21.4.2",
3434
"electron-builder": "^23.6.0",
3535
"nodemon": "^2.0.21"
3636
},
@@ -48,7 +48,7 @@
4848
"appId": "org.altaqwaa.rn0x",
4949
"copyright": "Copyleft 🄯 2023 Altaqwaa",
5050
"win": {
51-
"icon": "./src/build/icon.ico",
51+
"icon": "./src/build/icons/icon.ico",
5252
"signingHashAlgorithms": [
5353
"sha256",
5454
"sha1"
@@ -75,8 +75,8 @@
7575
"oneClick": "false",
7676
"perMachine": true,
7777
"allowToChangeInstallationDirectory": "true",
78-
"installerIcon": "./src/build/icon.ico",
79-
"uninstallerIcon": "./src/build/icon.ico",
78+
"installerIcon": "./src/build/icons/icon.ico",
79+
"uninstallerIcon": "./src/build/icons/icon.ico",
8080
"license": "./src/build/LICENSE.txt",
8181
"shortcutName": "التقوى",
8282
"uninstallDisplayName": "التقوى",
@@ -100,4 +100,4 @@
100100
]
101101
}
102102
}
103-
}
103+
}

screenshots/1.png

-28.3 KB
Binary file not shown.

screenshots/10.png

-60.2 KB
Binary file not shown.

screenshots/2.png

-46.8 KB
Binary file not shown.

screenshots/3.png

-181 KB
Binary file not shown.

screenshots/4.png

-51 KB
Binary file not shown.

screenshots/5.png

-66.9 KB
Binary file not shown.

screenshots/6.png

-94.1 KB
Binary file not shown.

screenshots/7.png

-111 KB
Binary file not shown.

0 commit comments

Comments
 (0)