Skip to content

Commit

Permalink
Intial working version!
Browse files Browse the repository at this point in the history
Setting to v0.0.1
  • Loading branch information
bekriebel committed Mar 10, 2021
1 parent fb1b624 commit a39f609
Show file tree
Hide file tree
Showing 6 changed files with 346 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-fvtt-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
download: https://github.com/${{ github.repository }}/releases/download/${{ needs.check_version.outputs.module_current_version }}/${{ github.event.repository.name }}.zip
- name: Package module
run: |
zip -r ./${{ github.event.repository.name }}.zip lang/ scripts/ CHANGELOG.md module.json README.md
zip -r ./${{ github.event.repository.name }}.zip lang/ scripts/ styles/ CHANGELOG.md LICENSE* module.json README.md
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down
20 changes: 20 additions & 0 deletions LICENSE-simple-peer
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
The MIT License (MIT)

Copyright (c) Feross Aboukhadijeh

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Module Name
# Walkie-Talkie for FoundryVTT
Description

## Installation
You can install this module by using the following manifest URL: https://raw.githubusercontent.com/bekriebel/fvtt-module-walkie-talkie/main/module.json

## How to use
Description
TODO
5 changes: 4 additions & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,16 @@
}
],
"author": "bekit",
"version": "0.0.0",
"version": "0.0.1",
"minimumCoreVersion": "0.7.0",
"compatibleCoreVersion": "0.8.0",
"scripts": [
"scripts/simplepeer.min.js",
"scripts/walkie-talkie.js"
],
"styles": [
"styles/walkie-talkie.css"
],
"socket": true,
"url": "https://github.com/bekriebel/fvtt-module-walkie-talkie",
"manifest": "https://github.com/bekriebel/fvtt-module-walkie-talkie/releases/latest/download/module.json",
Expand Down
Loading

0 comments on commit a39f609

Please sign in to comment.