Skip to content

Commit 899d8ca

Browse files
author
“epyle”
committed
chore(sltt-app): add build:mac:norelease:core
1 parent 01335d9 commit 899d8ca

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.11",
3+
"version": "207304.6.12",
44
"description": "Installable SLTT app (Sign Language Translation Tool)",
55
"main": "./out/main/index.js",
66
"author": "sltt-bible.net",
@@ -42,7 +42,8 @@
4242
"show:release": "export versionTag=$(jq -r .version package.json); gh release view v${versionTag} --web -R ubsicap/sltt-app",
4343

4444
"copy:mac:client": "rm -rf out/client; mkdir -p out/client; cp -R $SLTT_CLIENT_DIR/build/* out/client",
45-
"build:mac:norelease": "yarn copy:mac:client; electron-vite build && electron-builder --mac --config --publish never",
45+
"build:mac:norelease:core": "electron-vite build && electron-builder --mac --config --publish never",
46+
"build:mac:norelease": "yarn copy:mac:client && yarn build:mac:norelease:core",
4647
"build:mac:ifNoWinRelease": "yarn copy:mac:client; electron-vite build && electron-builder --mac --config --publish always",
4748
"upload:mac:release": "export versionTag=$(jq -r .version package.json); echo uploading to release ${versionTag}; gh release upload v${versionTag} dist/latest-mac.yml dist/sltt-app-${versionTag}-mac.zip dist/sltt-app-${versionTag}-mac.zip.blockmap dist/sltt-app-${versionTag}.dmg dist/sltt-app-${versionTag}.dmg.blockmap -R ubsicap/sltt-app",
4849

0 commit comments

Comments
 (0)