Skip to content

Commit

Permalink
Merge pull request #676 from Hi-Windom/v0.32
Browse files Browse the repository at this point in the history
langs 过滤无效 #671
  • Loading branch information
Soltus authored May 1, 2024
2 parents 3cee675 + ffe5b6f commit 7aeca6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ ENV CGO_ENABLED=1
RUN apk add --no-cache gcc musl-dev && \
cd kernel && go build --tags fts5 -v -ldflags "-s -w -X github.com/Hi-Windom/Sillot/kernel/util.Mode=prod" && \
mkdir /opt/Sillot/ && \
mv /Hi-Windom/Sillot/app/appearance/ /opt/Sillot/ && \
# mv /Hi-Windom/Sillot/app/appearance/ /opt/Sillot/ && \
# -a选项表示归档模式,保持符号链接、权限、时间戳等,-v表示详细输出。
rsync -av --exclude='zh_CHT.json' --exclude='fr_FR.json' --exclude='es_ES.json' /Hi-Windom/Sillot/app/appearance/ /opt/Sillot/
mv /Hi-Windom/Sillot/app/stage/ /opt/Sillot/ && \
mv /Hi-Windom/Sillot/app/guide/ /opt/Sillot/ && \
mv /Hi-Windom/Sillot/app/changelogs/ /opt/siyuan/ && \
mv /Hi-Windom/Sillot/app/changelogs/ /opt/Sillot/ && \
mv /Hi-Windom/Sillot/kernel/kernel /opt/Sillot/ && \
find /opt/Sillot/ -name .git | xargs rm -rf

Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sillot",
"version": "0.32.1330",
"version": "0.32.1340",
"syv": "3.0.13",
"sypv": "[]",
"description": "Build Your Eternal Digital Garden",
Expand Down

0 comments on commit 7aeca6a

Please sign in to comment.