File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments