Skip to content

Commit

Permalink
Fix electron build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Voycawojka committed Dec 1, 2024
1 parent f94a99b commit 483888c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-electron.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Copy-Item -Path "src\electron\*" -Destination "electron_resources\src" -Recurse

# Build react app and copy it to resources
npm run build
Copy-Item -Path "build\*" -Destination "electron_resources\src\app" -Recurse
Copy-Item -Path "dist\*" -Destination "electron_resources\src\app" -Recurse

Set-Location -Path "electron_resources"
npm install
Expand Down

0 comments on commit 483888c

Please sign in to comment.