fix id
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2s
Details
parent
f23d070a89
commit
17bbfd61db
|
|
@ -16,7 +16,7 @@ function copySource() {
|
|||
|
||||
function updateManifestFile() {
|
||||
return src('dist/system.json')
|
||||
.pipe(replace('{{VERSION}}', `${process.env.VERSION}`))
|
||||
.pipe(replace('{{VERSION}}', process.env.VERSION))
|
||||
.pipe(dest('dist/'))
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "DSA 4.1",
|
||||
"id": "DSA_4-1",
|
||||
"title": "Das Schwarze Auge 4.1",
|
||||
"description": "Noch ein Spielsystem für Das Schwarze Auge 4.1",
|
||||
"version": "0.0.1",
|
||||
|
|
@ -39,7 +39,11 @@
|
|||
"path": "lang/de.json"
|
||||
}],
|
||||
"documentTypes": {
|
||||
"Actor": {
|
||||
"character": {}
|
||||
}
|
||||
},
|
||||
|
||||
"socket": false,
|
||||
"initiative": "1d6",
|
||||
"grid": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue