Skip to content

Commit 68a0224

Browse files
committed
Building
1 parent a2ebd61 commit 68a0224

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

.github/workflows/beta-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
uses: hydraulic-software/conveyor/actions/build@v18.1
102102
env:
103103
APPLE_ASP: ${{ secrets.APPLE_ASP }}
104-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
104+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
105105
SITE_RELEASE_TOKEN: ${{ secrets.SITE_RELEASE_TOKEN }}
106106
NODE_ENV: production
107107
ENV: production

conveyor.conf

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,14 @@ app {
9292

9393
// ASAR packaging configuration to archive your app's source code
9494
electron {
95-
asar = {
96-
// Enable ASAR packaging with specific unpack patterns
97-
unpack = [
98-
"**/*.node"
99-
]
100-
version = "3.4.1"
101-
}
95+
asar = false
96+
# asar = {
97+
# // Enable ASAR packaging with specific unpack patterns
98+
# unpack = [
99+
# "**/*.node"
100+
# ]
101+
# version = "3.4.1"
102+
# }
102103

103104
// Prune devDependencies to exclude them from the final build
104105
prune = false

0 commit comments

Comments
 (0)