Skip to content

Commit 4fbaeab

Browse files
committed
.
1 parent c4c8825 commit 4fbaeab

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

Android/app/default/release/output-metadata.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"type": "UNIVERSAL",
1212
"filters": [],
1313
"attributes": [],
14-
"versionCode": 21817,
15-
"versionName": "2.18.17",
16-
"outputFile": "app-default-universal-release-2.18.17-21817.apk"
14+
"versionCode": 21917,
15+
"versionName": "2.19.17",
16+
"outputFile": "app-default-universal-release-2.19.17-21917.apk"
1717
},
1818
{
1919
"type": "ONE_OF_MANY",
@@ -24,9 +24,9 @@
2424
}
2525
],
2626
"attributes": [],
27-
"versionCode": 21817,
28-
"versionName": "2.18.17",
29-
"outputFile": "app-default-x86_64-release-2.18.17-21817.apk"
27+
"versionCode": 21917,
28+
"versionName": "2.19.17",
29+
"outputFile": "app-default-x86_64-release-2.19.17-21917.apk"
3030
},
3131
{
3232
"type": "ONE_OF_MANY",
@@ -37,9 +37,9 @@
3737
}
3838
],
3939
"attributes": [],
40-
"versionCode": 21817,
41-
"versionName": "2.18.17",
42-
"outputFile": "app-default-x86-release-2.18.17-21817.apk"
40+
"versionCode": 21917,
41+
"versionName": "2.19.17",
42+
"outputFile": "app-default-x86-release-2.19.17-21917.apk"
4343
},
4444
{
4545
"type": "ONE_OF_MANY",
@@ -50,9 +50,9 @@
5050
}
5151
],
5252
"attributes": [],
53-
"versionCode": 21817,
54-
"versionName": "2.18.17",
55-
"outputFile": "app-default-armeabi-v7a-release-2.18.17-21817.apk"
53+
"versionCode": 21917,
54+
"versionName": "2.19.17",
55+
"outputFile": "app-default-armeabi-v7a-release-2.19.17-21917.apk"
5656
},
5757
{
5858
"type": "ONE_OF_MANY",
@@ -63,9 +63,9 @@
6363
}
6464
],
6565
"attributes": [],
66-
"versionCode": 21817,
67-
"versionName": "2.18.17",
68-
"outputFile": "app-default-arm64-v8a-release-2.18.17-21817.apk"
66+
"versionCode": 21917,
67+
"versionName": "2.19.17",
68+
"outputFile": "app-default-arm64-v8a-release-2.19.17-21917.apk"
6969
}
7070
],
7171
"elementType": "File"

Website/src/components/ModConfView/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const ModConfView = React.forwardRef<any, { children: string; modid: stri
2828
__idname: modid,
2929
__filename: format("CONFINDEX"),
3030
__dirname: format("CONFCWD"),
31-
__moddirname: format("MODULECWD"),
31+
__modpath: format("MODULECWD"),
3232
window: {
3333
fetch: internalFetch,
3434
open(href: string) {

docs/ModConf/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@ Types
7979
declare const __idname: string;
8080
```
8181

82-
### `__moddirname` (new)
82+
### `__modpath` (new)
8383

8484
Types
8585

8686
```ts
87-
declare const __moddirname: string;
87+
declare const __modpath: string;
8888
```
8989

9090

0 commit comments

Comments
 (0)