File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 44
44
<action android : name =" android.intent.action.VIEW" />
45
45
<category android : name =" android.intent.category.DEFAULT" />
46
46
<category android : name =" android.intent.category.BROWSABLE" />
47
- <data android : scheme =" dartotsu " android : host =" add-repo" />
47
+ <data android : scheme =" dar " android : host =" add-repo" />
48
48
</intent-filter >
49
49
50
50
<intent-filter android : label =" Add Repo" >
Original file line number Diff line number Diff line change 83
83
</dict >
84
84
<dict >
85
85
<key >CFBundleURLName </key >
86
- <string >dartotsu </string >
86
+ <string >dar </string >
87
87
<key >CFBundleURLSchemes </key >
88
88
<array >
89
- <string >dartotsu </string >
89
+ <string >dar </string >
90
90
</array >
91
91
</dict >
92
92
<dict >
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ void main(List<String> args) async {
76
76
77
77
Future init () async {
78
78
if (Platform .isWindows) {
79
- registerProtocol ('dartotsu ' );
79
+ registerProtocol ('dar ' );
80
80
registerProtocol ('anymex' );
81
81
registerProtocol ('mangayomi' );
82
82
}
Original file line number Diff line number Diff line change 39
39
</dict >
40
40
<dict >
41
41
<key >CFBundleURLName </key >
42
- <string >dartotsu </string >
42
+ <string >dar </string >
43
43
<key >CFBundleURLSchemes </key >
44
44
<array >
45
- <string >dartotsu </string >
45
+ <string >dar </string >
46
46
</array >
47
47
</dict >
48
48
<dict >
You can’t perform that action at this time.
0 commit comments