Skip to content

Commit

Permalink
Updated documentation, fixed release
Browse files Browse the repository at this point in the history
  • Loading branch information
chanibal committed Dec 15, 2020
1 parent fc2c146 commit ccc0956
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Development setup
**NOTE:** These are the instructions for developing 360WebPlayer. For information on how to use the player, please refer to the main documentation.
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.

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

Install npm, ruby and java. Have them in your path.
For Windows we advise to use cygwin.
Expand Down
5 changes: 3 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,9 @@ module.exports = function (grunt) {
output_release + "bivrost.css",
output_release + "bivrost-min.js",
output_release + "bivrost-debug.js",
output_release + "license-commercial.html",
output_release + "license-free.html",
output_release + "license.html",
output_release + "license-polish.html",
output_release + "development.html",
output_release + "readme.html"
],
dest: output_release + "BIVROST360WebPlayer-current.zip"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -815,3 +815,4 @@ Changelog
* 2019-04-05: Updated logo
* 2020-07-16: Fixed issues with iOS 13 fullscreen and gyroscope (version 1.1)
* 2020-08-06: WebXR support, license updated (version 1.2)
* 2020-12-15: Native HLS support (version 1.3)

0 comments on commit ccc0956

Please sign in to comment.