Skip to content

Commit 309d484

Browse files
committed
fix(build): fix patch script
1 parent ac22bad commit 309d484

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

scripts/patch.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ vergo -project-root "${ROOT}" -debug -update
88
VERSION=$(jq -r '.version' "${ROOT}/package.json")
99
sumry -project-root "${ROOT}" -debug -update
1010

11+
pnpm tauri build --no-sign
12+
1113
git add \
1214
"${ROOT}/package.json" \
1315
"${ROOT}/src-tauri/Cargo.toml" \

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)