Skip to content

Commit ac1945e

Browse files
committed
chore(sltt-app): copy:win:build:client:core
1 parent 65e27fa commit ac1945e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sltt-app",
3-
"version": "207304.6.7",
3+
"version": "207304.6.8",
44
"description": "Installable SLTT app (Sign Language Translation Tool)",
55
"main": "./out/main/index.js",
66
"author": "sltt-bible.net",
@@ -28,7 +28,8 @@
2828
"find:auth0_client_id:target": "findstr /S /M /C:\"\\\"VITE_AUTH0_CLIENT_ID\\\": \\\"eTewsjcscudtGHteG3u86YEDwHUTRd6Z\\\"\" out\\client\\assets\\index-*.js",
2929
"find:auth0_client_id:source": "findstr /S /M /C:\"\\\"VITE_AUTH0_CLIENT_ID\\\": \\\"eTewsjcscudtGHteG3u86YEDwHUTRd6Z\\\"\" %SLTT_CLIENT_DIR%\\build\\assets\\index-*.js",
3030
"rmdir:build:client": "if exist \".\\out\\client\" rmdir /s /q \".\\out\\client\"",
31-
"copy:build:client": "npm run find:version:source && npm run find:auth0_client_id:source && npm run rmdir:build:client && xcopy \"%SLTT_CLIENT_DIR%\\build\" .\\out\\client\\ /s /e /y",
31+
"copy:win:build:client:core": "npm run rmdir:build:client && xcopy \"%SLTT_CLIENT_DIR%\\build\" .\\out\\client\\ /s /e /y",
32+
"copy:win:build:client": "npm run find:version:source && npm run find:auth0_client_id:source && npm run copy:win:build:client:core",
3233
"build:core": "npm i && npm run build",
3334
"build:win:core": "npm run find:version:target && npm run build:core",
3435
"build:win:norelease": "npm run build:win:core && electron-builder --win --config --publish never",

0 commit comments

Comments
 (0)