Merge pull request #349 from vexorian/20210806-dev

localization fixes
This commit is contained in:
vexorian 2021-08-06 13:52:11 -04:00 committed by GitHub
commit 0b4a8c4f6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM node:14-alpine3.14
FROM node:12.18-alpine3.12
WORKDIR /home/node/app
COPY package*.json ./
RUN npm install && npm install -g browserify nexe@3.3.7

View File

@ -10,6 +10,7 @@ npm run build || exit 1
npm run compile || exit 1
cp -R ./web ./dist/web
cp -R ./resources ./dist/
cp -R ./locales/ ./dist/locales/
cd dist
if [ "$MODE" == "all" ]; then
nexe --temp /var/nexe -r "./**/*" -t windows-x64-12.18.2 --output $WIN64