Skip to content

Commit

Permalink
0.0.13-1-nightly
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
  • Loading branch information
Julien Veyssier committed Feb 23, 2021
1 parent 12e806e commit dad01b9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ jobs:
git clone https://github.com/eneiluj/spacedeck-open -b eneiluj-master --single-branch ~/spacedeck-open
cd ~/spacedeck-open
npm install
# this fixes the app extraction issue
find ./node_modules -type l -delete
cd $GITHUB_WORKSPACE/data
./getSpacedeck.sh ~/spacedeck-open
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

### Fixed
- app extraction failing with "Out-of-path file extraction" because of symlinks

## 0.0.12 – 2021-02-19
### Added
* the app
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
This app integrates Spacedeck whiteboard server. It lets Nextcloud users create `.whiteboard` files
which can then be opened in the Files app and in Talk. Those files can be shared to other users
or via public links. Everyone having access to such a file can edit it collaboratively.]]></description>
<version>0.0.12</version>
<version>0.0.13</version>
<licence>agpl</licence>
<author>Julien Veyssier</author>
<namespace>Spacedeck</namespace>
Expand Down

0 comments on commit dad01b9

Please sign in to comment.