File tree 1 file changed +39
-0
lines changed
1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "version" : " 1.0.0" ,
3
+ "description" : " A digital Quran companion for the terminal." ,
4
+ "homepage" : " https://github.com/anonfaded/QuranCLI" ,
5
+ "license" : " GPL-3.0" ,
6
+ "architecture" : {
7
+ "64bit" : {
8
+ "url" : " https://github.com/anonfaded/QuranCLI/releases/download/v1.0.0/QuranCLI-Setup.exe" ,
9
+ "hash" : " cfb7cbb0d199c528a55acdbf632a51cb7cdc3a36a196a5f85217f37c76ebb15c"
10
+ }
11
+ },
12
+ "installer" : {
13
+ "script" : [
14
+ " Start-Process -Wait -NoNewWindow -FilePath \" $dir\\ QuranCLI-Setup.exe\" -ArgumentList \" /VERYSILENT /NORESTART\" "
15
+ ]
16
+ },
17
+ "uninstaller" : {
18
+ "script" : [
19
+ " & \" $env:ProgramFiles\\ QuranCLI\\ unins000.exe\" /VERYSILENT /NORESTART"
20
+ ]
21
+ },
22
+ "bin" : " qurancli.exe" ,
23
+ "shortcuts" : [
24
+ [
25
+ " qurancli.exe" ,
26
+ " QuranCLI"
27
+ ]
28
+ ],
29
+ "checkver" : {
30
+ "github" : " https://github.com/anonfaded/QuranCLI"
31
+ },
32
+ "autoupdate" : {
33
+ "architecture" : {
34
+ "64bit" : {
35
+ "url" : " https://github.com/anonfaded/QuranCLI/releases/download/v$version/QuranCLI-Setup.exe"
36
+ }
37
+ }
38
+ }
39
+ }
You can’t perform that action at this time.
0 commit comments