Skip to content

Commit

Permalink
fix: fix the version of Electron used in packing
Browse files Browse the repository at this point in the history
  • Loading branch information
shioyadan committed Sep 10, 2022
1 parent 0ffc9a5 commit bbd7e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build: clean
--out=packaging-work \
--platform=darwin,win32,linux \
--arch=x64 \
--electron-version=15.3.0 \
--electron-version=19.0.16 \
--ignore work \
--ignore packaging-work \
--ignore .vscode \
Expand Down

0 comments on commit bbd7e44

Please sign in to comment.