Skip to content

Commit 46bda77

Browse files
committed
Prepare release
1 parent 0d97f58 commit 46bda77

File tree

4 files changed

+11
-33
lines changed

4 files changed

+11
-33
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ jobs:
117117
system.json \
118118
template.json \
119119
README.md \
120-
CHANGELOG.md \
121-
LICENSE.txt \
120+
CHANGELOG.md \
121+
LICENSE \
122122
templates/ \
123123
module/ \
124124
css/ \

LICENSE.txt

Lines changed: 0 additions & 21 deletions
This file was deleted.

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Into the Odd for Foundry VTT
22

3-
This project enables you to play [this game](https://www.drivethrurpg.com/product/145536/Into-the-Odd) on [this virtual tabletop software](https://foundryvtt.com/).
3+
This project enables you to play [this game](https://www.drivethrurpg.com/fr/product/399483/into-the-odd-remastered) on [this virtual tabletop software](https://foundryvtt.com/).
44

55
![](screenshot.png)
66
Map in the background made by [Dyson Logos](https://dysonlogos.blog/).
@@ -9,8 +9,6 @@ Map in the background made by [Dyson Logos](https://dysonlogos.blog/).
99

1010
Follow [this guide](https://foundryvtt.com/article/installation/#system) to install game systems in Foundry VTT.
1111

12-
Manifest URL: https://raw.githubusercontent.com/voidcase/IntoTheOdd-FoundryVTT/master/system.json
13-
1412
## Development philosophy of this project
1513

1614
The goal of the project is to make Into the Odd playable in Foundry VTT. You will still need the book to play.
@@ -33,3 +31,10 @@ The version is now the Remastered Version.
3331
### Item Sheet
3432
- SubType : Armour, Weapon or Equipment
3533
- Arcana, Bulky and Equipped information
34+
35+
## Licences
36+
<ul>
37+
<li>All HTML, CSS and Javascript in this project is licensed under <a href="https://choosealicense.com/licenses/gpl-3.0/">GNU General Public License v3.0</a></li>
38+
39+
<li>Foundry VTT support is covered by the following license: <a href="https://foundryvtt.com/article/license/">Limited License Agreement for module development 17/02/2021</a>.</li>
40+
</ul>

system.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,5 @@
4646
"url": "#{URL}#",
4747
"manifest": "#{MANIFEST}#",
4848
"download": "#{DOWNLOAD}#",
49-
"license": "LICENSE.txt",
50-
"flags": {
51-
"hotReload": {
52-
"extensions": ["css", "html", "hbs", "json", "mjs"],
53-
"path": ["css", "templates", "lang", "module"]
54-
}
55-
}
49+
"license": "LICENSE"
5650
}

0 commit comments

Comments
 (0)