Skip to content

Commit 0b8c049

Browse files
authored
Update x64ArchFiles pattern in vue.config.js (#2298)
1 parent a567b30 commit 0b8c049

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

launcher/vue.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = {
3131
entitlements: "./node_modules/@sapien99/vue-cli-plugin-electron-builder-notarize/entitlements.mac.inherit.plist",
3232
gatekeeperAssess: false,
3333
artifactName: "Stereum-Launcher-${version}.${ext}",
34-
x64ArchFiles: "**/node_modules/cpu-features/build/Release/cpufeatures.node",
34+
x64ArchFiles: "**/*.node",
3535
},
3636
win: {
3737
signtoolOptions: {

0 commit comments

Comments
 (0)