Skip to content

Commit

Permalink
fix: updating app-builder dependency (#8353)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaietta committed Jul 18, 2024
1 parent 372b046 commit 089dd63
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/light-pillows-end.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"builder-util": patch
---

fix: updating app-builder dependency to resolve #8351
2 changes: 1 addition & 1 deletion packages/builder-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"7zip-bin": "~5.2.0",
"@types/debug": "^4.1.6",
"app-builder-bin": "v5.0.0-alpha.4",
"app-builder-bin": "5.0.0-alpha.6",
"bluebird-lst": "^1.0.9",
"builder-util-runtime": "workspace:*",
"chalk": "^4.1.2",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions run-tests-in-docker-custom-app-builder.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
docker run --rm -it \
--env ELECTRON_CACHE="/root/.cache/electron" \
--env ELECTRON_BUILDER_CACHE="/root/.cache/electron-builder" \
--env USE_SYSTEM_APP_BUILDER="true" \
--env CUSTOM_APP_BUILDER_PATH="/usr/bin/app-builder" \
--env WINEDEBUG=+all \
--env TEST_FILES="$TEST_FILES" \
-v "$PWD/../app-builder/linux/x64/app-builder:/usr/bin/app-builder" \
-v "$PWD/electron-cache":/root/.cache/electron \
-v "$PWD/electron-builder-cache":/root/.cache/electron-builder \
-v "$PWD/dist":/project/dist \
-v "$PWD":/project \
-v $(pwd)/docker-node-modules:/project/node_modules \
electronuserland/builder:20-wine-mono /bin/bash -c "pnpm install && node ./test/out/helpers/runTests.js"

0 comments on commit 089dd63

Please sign in to comment.