diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bdb6fcd..9746b92 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 194adc0..2c7904c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/appinfo/info.xml b/appinfo/info.xml index 081f42d..179d494 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -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.]]> - 0.0.12 + 0.0.13 agpl Julien Veyssier Spacedeck