Skip to content

Commit

Permalink
fix(vendor): make primitive-win32-x64 executable (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
vxna authored and efegurkan committed Mar 7, 2018
1 parent c34e0b1 commit d52910e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bundle-vendor.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const builds = [
{
os: "windows",
arch: "amd64",
filename: "primitive-win32-x64"
filename: "primitive-win32-x64.exe"
}
];
builds.forEach(build => {
Expand Down

0 comments on commit d52910e

Please sign in to comment.