Skip to content

Commit

Permalink
app packaged in asar file
Browse files Browse the repository at this point in the history
  • Loading branch information
SrWither committed Dec 3, 2024
1 parent 8169d51 commit 9dcf025
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion freebsd/files/packagejsons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,17 @@
"files": [
"build/**/*",
"package.json"
]
],
"asar": true
},
"config": {
"forge": {
"packagerConfig": {
"electronZipDir": ".",
"asar": true,
"ignore": [
"\\.zip$"
],
"makers": [
{
"name": "@electron-forge/maker-zip",
Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,17 @@
"files": [
"build/**/*",
"package.json"
]
],
"asar": true
},
"config": {
"forge": {
"packagerConfig": {
"electronZipDir": ".",
"asar": true,
"ignore": [
"\\.zip$"
],
"makers": [
{
"name": "@electron-forge/maker-zip",
Expand Down

0 comments on commit 9dcf025

Please sign in to comment.