Skip to content

Commit

Permalink
reorganize directory structure to enable l10n
Browse files Browse the repository at this point in the history
  • Loading branch information
timar committed Jun 15, 2020
1 parent b4fbf92 commit 2998c7a
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions build-nextcloud-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ cd "build"

test -d "${app_name}" || mkdir -p "${app_name}"

cp -ra ../nextcloud-app/* ${app_name}/
cp -ra ../appinfo ../l10n ../lib ../templates ${app_name}/
cp -ra ../img ${app_name}/
cp -a ../LICENSE ../NOTICES ${app_name}/
cp -a ../CHANGELOG.md ../LICENSE ../NOTICES ${app_name}/

# get the appimage
test -d "${app_name}/collabora" || mkdir -p "${app_name}/collabora"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2998c7a

Please sign in to comment.