build(usb): run chmod u+x after build (#487)

This commit is contained in:
Róbert Kiss
2017-11-02 23:20:53 +01:00
committed by László Monda
parent 0c30eccaca
commit f6ea327813
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
#!/usr/bin/env node
import { UhkBuffer, UserConfiguration } from 'uhk-common';
import * as fs from 'fs';