Skip to content

Commit

Permalink
bump: 1.0.16 - (sltt v2.45.0) https://github.com/ubsicap/sltt-app/rel…
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpyle committed Apr 18, 2024
1 parent fc7395a commit 546889b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sltt-app",
"version": "1.0.15",
"version": "1.0.16",
"description": "Installable SLTT app (Sign Language Translation Tool)",
"main": "./out/main/index.js",
"author": "sltt-bible.net",
Expand All @@ -20,7 +20,7 @@
"build": "npm run typecheck && electron-vite build",
"postinstall": "electron-builder install-app-deps",
"rmdir:build:client": "rmdir /s /q .\\out\\client",
"copy:build:client": "xcopy %SLTT_CLIENT_DIR%\\build .\\out\\client\\ /s /e /y",
"copy:build:client": "yarn rmdir:build:client || xcopy %SLTT_CLIENT_DIR%\\build .\\out\\client\\ /s /e /y",
"build:win:norelease": "npm run build && electron-builder --win --config --publish never",
"build:win:release": "npm run build && cross-env GH_TOKEN=%SLTT_APP_PAT% electron-builder --win --config --publish always",
"build:mac": "electron-vite build && electron-builder --mac --config",
Expand Down

0 comments on commit 546889b

Please sign in to comment.