Skip to content

Commit

Permalink
Removed backend resources in forge config
Browse files Browse the repository at this point in the history
  • Loading branch information
RoryPTB committed May 17, 2024
1 parent 6aa2cdf commit 72a8377
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,6 @@ module.exports = {
asar: {
unpack: "src/frontend/**/*|src/main/**/*|public/assets/**/*"
},
// Put backend executables into extra resources
extraResource: [
"./backend/subscribe-backend-win32.exe",
"./backend/subscribe-backend-linux",
"./backend/subscribe-backend-darwin",
],
// Configure x64ArchFiles to use the same
// darwin backend for x64 and arm64
osxUniversal: {
x64ArchFiles: "**/subscribe-backend-darwin"
},
// Icon for both Windows and MacOS, no file extension needed
icon: 'public/assets/app-icon'
},
Expand Down

0 comments on commit 72a8377

Please sign in to comment.