File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
# FoundryVTT - Forien's Copy Environment
2
- ![ GitHub release (latest SemVer)] ( https://img.shields.io/github/v/release/forien/foundryvtt-forien-copy-environment?style=for-the-badge ) ![ GitHub Releases] ( https://img.shields.io/github/downloads/Forien/foundryvtt-forien-copy-environment/latest/ total?style=for-the-badge )
2
+ ![ GitHub release (latest SemVer)] ( https://img.shields.io/github/v/release/forien/foundryvtt-forien-copy-environment?style=for-the-badge ) ![ GitHub Releases] ( https://img.shields.io/github/downloads/Forien/foundryvtt-forien-copy-environment/total?style=for-the-badge )
3
3
** [ Compatibility] ** : * FoundryVTT* 0.6.0+
4
4
** [ Systems] ** : * any*
5
5
Original file line number Diff line number Diff line change 9
9
"url" : " https://www.patreon.com/forien"
10
10
}
11
11
],
12
- "version" : " 1.0.0 " ,
12
+ "version" : " 1.0.1 " ,
13
13
"minimumCoreVersion" : " 0.6.0" ,
14
14
"compatibleCoreVersion" : " 0.6.3" ,
15
15
"url" : " https://github.com/Forien/foundryvtt-forien-copy-environment" ,
16
16
"manifest" : " https://raw.githubusercontent.com/Forien/foundryvtt-forien-copy-environment/master/module.json" ,
17
- "download" : " https://github.com/Forien/foundryvtt-forien-copy-environment/releases/download/v1.0.0 /v1.0.0 .zip" ,
18
- "readme" : " https://github.com/Forien/foundryvtt-forien-copy-environment/blob/v1.0.0 /README.md" ,
17
+ "download" : " https://github.com/Forien/foundryvtt-forien-copy-environment/releases/download/v1.0.1 /v1.0.1 .zip" ,
18
+ "readme" : " https://github.com/Forien/foundryvtt-forien-copy-environment/blob/v1.0.1 /README.md" ,
19
19
"bugs" : " https://github.com/Forien/foundryvtt-forien-copy-environment/issues" ,
20
20
"esmodules" : [
21
21
" ./modules/init.js"
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ class FCE {
10
10
text += `${ m . id } ${ m . data . version } (${ m . data . author } )\n` ;
11
11
} ) ;
12
12
13
+ text += `\n${ data . message } ` ;
14
+
13
15
const el = document . createElement ( 'textarea' ) ;
14
16
el . value = text ;
15
17
el . setAttribute ( 'readonly' , '' ) ;
@@ -58,7 +60,9 @@ class FCE {
58
60
let system = game . data . system ;
59
61
let core = game . data . version ;
60
62
61
- return { core, system, modules} ;
63
+ let message = "List generated with Forien's Copy Environment: https://github.com/Forien/foundryvtt-forien-copy-environment"
64
+
65
+ return { message, core, system, modules} ;
62
66
}
63
67
64
68
static getModules ( ) {
You can’t perform that action at this time.
0 commit comments