Skip to content

Commit

Permalink
build fix 13
Browse files Browse the repository at this point in the history
  • Loading branch information
greg@1m committed Mar 25, 2022
1 parent 3fd73b7 commit 17e8105
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platforms/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"=== LINUX": "",
"make-linux-x64": "echo '== LINUX X64 =='; npm run copy-rg-linux-x64; electron-forge make --platform linux --arch x64",
"=== MAC": "",
"make-darwin-arm64": "echo '== DARWIN ARM64 =='npm run copy-rg-darwin-both; electron-forge make --platform darwin --arch arm64",
"make-darwin-x64": "echo '== DARWIN X64 =='npm run copy-rg-darwin-both; electron-forge make --platform darwin --arch x64",
"make-darwin-arm64": "echo '== DARWIN ARM64 =='; npm run copy-rg-darwin-both; electron-forge make --platform darwin --arch arm64",
"make-darwin-x64": "echo '== DARWIN X64 =='; npm run copy-rg-darwin-both; electron-forge make --platform darwin --arch x64",
"=== WINDOWS": "",
"make-win-x64": "echo '== WINDOWS X64 =='; npm run copy-rg-win-x64; electron-forge make --platform win32 --arch x64",
"publish": "electron-forge publish",
Expand Down

0 comments on commit 17e8105

Please sign in to comment.