Skip to content

Commit

Permalink
electron: v2.4.1 with --universal without --win
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Dec 21, 2022
1 parent d5e662b commit aa47155
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"scripts": {
"start": "electron .",
"test": "eslint src",
"dist": "electron-builder --mac --universal --win",
"release": "electron-builder --mac --universal --win --publish always"
"dist": "electron-builder --mac --universal",
"release": "electron-builder --mac --universal --publish always"
},
"main": "src/main.js",
"dependencies": {
Expand Down

1 comment on commit aa47155

@vercel
Copy link

@vercel vercel bot commented on aa47155 Dec 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

remote-faces – ./

remote-faces.vercel.app
remote-faces-daishi.vercel.app
remote-faces-git-main-daishi.vercel.app

Please sign in to comment.