Skip to content

Commit

Permalink
Update builder.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rooklift committed Mar 8, 2022
1 parent 5a28f6c commit 93e5dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builder.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import json, os, shutil, zipfile

zips = {
"windows": "electron_zipped/electron-9.4.4-win32-x64.zip",
"windows": "electron_zipped/electron-v9.4.4-win32-x64.zip",
"linux": "electron_zipped/electron-v9.4.4-linux-x64.zip",
}

Expand Down

0 comments on commit 93e5dae

Please sign in to comment.