We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2966b51 + 05c2f27 commit bd518f4Copy full SHA for bd518f4
forge.config.js
@@ -17,9 +17,8 @@ binaries.forEach((bin) => {
17
18
module.exports = {
19
packagerConfig: {
20
- asar: {
21
- unpack: '**/bin/**', // Ensure binaries are outside ASAR
22
- },
+ asar: true, // Enable ASAR packaging
+ // Binaries are already outside ASAR via extraResource, no need to unpack them
23
extraResource: [path.join(__dirname, 'bin')], // Include binary folder
24
win32metadata: {
25
CompanyName: 'Opengrep',
0 commit comments