Skip to content

Commit

Permalink
chore: demo support linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
dusionlike committed Aug 9, 2022
1 parent 858515b commit 177865b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "electron-builder-encryptor",
"version": "0.1.0",
"packageManager": "pnpm@7.9.0",
"description": "",
"keywords": [],
"description": "simple electron package encryption tool",
"keywords": ["electron", "simple", "electron-builder", "encrypt", "bytenode"],
"license": "MIT",
"homepage": "https://github.com/antfu/electron-builder-encryptor#readme",
"bugs": "https://github.com/antfu/electron-builder-encryptor/issues",
Expand Down
3 changes: 3 additions & 0 deletions playground/electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,8 @@
"allowToChangeInstallationDirectory": true,
"deleteAppDataOnUninstall": false
},
"linux": {
"target": "deb"
},
"afterPack": "node_modules/electron-builder-encryptor"
}
5 changes: 3 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
"version": "1.0.0",
"description": "",
"keywords": [],
"license": "ISC",
"author": "",
"license": "MIT",
"homepage": "https://github.com/antfu/electron-builder-encryptor#readme",
"author": "dusionlike <751069244@qq.com>",
"main": "main.js",
"scripts": {
"start": "electron .",
Expand Down

0 comments on commit 177865b

Please sign in to comment.