Skip to content

Commit ccc0956

Browse files
committed
Updated documentation, fixed release
1 parent fc2c146 commit ccc0956

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Development setup
44
**NOTE:** These are the instructions for developing 360WebPlayer. For information on how to use the player, please refer to the main documentation.
55
The compiled version [available for download at the release tab of the GitHub page][download-link] is sufficient in 99% of the cases – building the player by yourself is not necessary.
66

7-
[download-link]: https://github.com/Bivrost/360WebPlayer/releases/tag/current
7+
[download-link]: https://github.com/BIVROST/360WebPlayer/releases
88

99
Install npm, ruby and java. Have them in your path.
1010
For Windows we advise to use cygwin.

Gruntfile.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,9 @@ module.exports = function (grunt) {
203203
output_release + "bivrost.css",
204204
output_release + "bivrost-min.js",
205205
output_release + "bivrost-debug.js",
206-
output_release + "license-commercial.html",
207-
output_release + "license-free.html",
206+
output_release + "license.html",
207+
output_release + "license-polish.html",
208+
output_release + "development.html",
208209
output_release + "readme.html"
209210
],
210211
dest: output_release + "BIVROST360WebPlayer-current.zip"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -815,3 +815,4 @@ Changelog
815815
* 2019-04-05: Updated logo
816816
* 2020-07-16: Fixed issues with iOS 13 fullscreen and gyroscope (version 1.1)
817817
* 2020-08-06: WebXR support, license updated (version 1.2)
818+
* 2020-12-15: Native HLS support (version 1.3)

0 commit comments

Comments
 (0)