File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments